MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / PathEntry

Method PathEntry

MiniZincIDE/profilecompilation.cpp:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27PathEntry::PathEntry(const QJsonObject& obj) : _path(obj["path"].toString())
28{
29 if (obj["constraintIndex"].isUndefined()) {
30 _flatZincName = obj["flatZincName"].toString();
31 _niceName = obj["niceName"].toString();
32 } else {
33 _constraintIndex = obj["constraintIndex"].toInt();
34 }
35}
36
37TimingEntry::TimingEntry(const QJsonObject& obj)
38{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected