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

Method help

gecode/driver/options.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 return 0;
126 }
127 void
128 StringValueOption::help(void) {
129 std::cerr << '\t' << iopt << " (string) default: "
130 << ((cur == nullptr) ? "NONE" : cur) << std::endl
131 << "\t\t" << exp << std::endl;
132 }
133 StringValueOption::~StringValueOption(void) {
134 strdel(cur);
135 }

Callers

nothing calls this directly

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected