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

Method getSet

gecode/flatzinc/ast.hh:457–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455 throw TypeError("float literal expected");
456 }
457 inline SetLit*
458 Node::getSet(void) {
459 if (SetLit* a = dynamic_cast<SetLit*>(this))
460 return a;
461 throw TypeError("set literal expected");
462 }
463 inline std::string
464 Node::getString(void) {
465 if (String* a = dynamic_cast<String*>(this))

Callers 7

arrayOutputFunction · 0.80
yyparseFunction · 0.80
arg2intsetMethod · 0.80
printElemMethod · 0.80
printElemDiffMethod · 0.80
p_regularFunction · 0.80
p_regular_setFunction · 0.80

Calls 1

TypeErrorFunction · 0.85

Tested by

no test coverage detected