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

Method isSet

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

Source from the content-addressed store, hash-verified

495 return (dynamic_cast<FloatLit*>(this) != nullptr);
496 }
497 inline bool
498 Node::isSet(void) {
499 return (dynamic_cast<SetLit*>(this) != nullptr);
500 }
501 inline bool
502 Node::isString(void) {
503 return (dynamic_cast<String*>(this) != nullptr);

Callers 4

yyparseFunction · 0.80
createBranchersMethod · 0.80
printElemMethod · 0.80
printElemDiffMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected