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

Method isFloatVar

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

Source from the content-addressed store, hash-verified

479 return (dynamic_cast<SetVar*>(this) != nullptr);
480 }
481 inline bool
482 Node::isFloatVar(void) {
483 return (dynamic_cast<FloatVar*>(this) != nullptr);
484 }
485 inline bool
486 Node::isInt(void) {
487 return (dynamic_cast<IntLit*>(this) != nullptr);

Callers 6

yyparseFunction · 0.80
arg2floatvarargsMethod · 0.80
arg2FloatVarMethod · 0.80
printElemMethod · 0.80
printElemDiffMethod · 0.80
shrinkElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected