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

Method isBool

gecode/flatzinc/ast.hh:489–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487 return (dynamic_cast<IntLit*>(this) != nullptr);
488 }
489 inline bool
490 Node::isBool(void) {
491 return (dynamic_cast<BoolLit*>(this) != nullptr);
492 }
493 inline bool
494 Node::isFloat(void) {
495 return (dynamic_cast<FloatLit*>(this) != nullptr);

Callers 14

yyparseFunction · 0.80
createBranchersMethod · 0.80
arg2boolvarargsMethod · 0.80
arg2BoolVarMethod · 0.80
isBoolArrayMethod · 0.80
printElemMethod · 0.80
printElemDiffMethod · 0.80
p_int_CMP_reifFunction · 0.80
p_int_lin_CMP_reifFunction · 0.80
p_bool_lin_CMP_reifFunction · 0.80
p_bool_l_impFunction · 0.80
p_array_bool_elementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected