MCPcopy Create free account
hub / github.com/Gecode/gecode / TypeError

Function TypeError

gecode/flatzinc/ast.hh:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 public:
59 TypeError() : _what("") {}
60 TypeError(std::string what) : _what(what) {}
61 std::string what(void) const { return _what; }
62 };
63

Callers 15

ast.hhFile · 0.85
getArgsFunction · 0.85
appendMethod · 0.85
getCallMethod · 0.85
getArrayMethod · 0.85
getAtomMethod · 0.85
getVarNameMethod · 0.85
getIntVarMethod · 0.85
getBoolVarMethod · 0.85
getFloatVarMethod · 0.85
getSetVarMethod · 0.85
getIntMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected