Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ getArray
Method
getArray
gecode/flatzinc/ast.hh:395–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
393
}
394
395
inline Array*
396
Node::getArray(void) {
397
if (Array* a = dynamic_cast<Array*>(this))
398
return a;
399
throw TypeError(
"array expected"
);
400
}
401
402
inline Atom*
403
Node::getAtom(void) {
Callers
15
get_constraint_names
Function · 0.80
arrayOutput
Function · 0.80
flattenAnnotations
Function · 0.80
createBranchers
Method · 0.80
arg2intargs
Method · 0.80
arg2boolargs
Method · 0.80
arg2intsetargs
Method · 0.80
arg2intvarargs
Method · 0.80
arg2boolvarargs
Method · 0.80
isBoolArray
Method · 0.80
arg2setvarargs
Method · 0.80
arg2floatargs
Method · 0.80
Calls
1
TypeError
Function · 0.85
Tested by
no test coverage detected