Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hh
File · 0.85
getArgs
Function · 0.85
append
Method · 0.85
getCall
Method · 0.85
getArray
Method · 0.85
getAtom
Method · 0.85
getVarName
Method · 0.85
getIntVar
Method · 0.85
getBoolVar
Method · 0.85
getFloatVar
Method · 0.85
getSetVar
Method · 0.85
getInt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected