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

Method isArray

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

Source from the content-addressed store, hash-verified

503 return (dynamic_cast<String*>(this) != nullptr);
504 }
505 inline bool
506 Node::isArray(void) {
507 return (dynamic_cast<Array*>(this) != nullptr);
508 }
509 inline bool
510 Node::isAtom(void) {
511 return (dynamic_cast<Atom*>(this) != nullptr);

Callers 8

get_constraint_namesFunction · 0.80
arrayOutputFunction · 0.80
flattenAnnotationsFunction · 0.80
createBranchersMethod · 0.80
printMethod · 0.80
printDiffMethod · 0.80
shrinkArraysMethod · 0.80
getOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected