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

Method set_type

gecode/search/cpprofiler/message.hpp:200–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 const std::string& info(void) const { return _info; }
199
200 void set_type(MsgType type) { _type = type; }
201 MsgType type(void) const { return _type; }
202
203 void reset(void) {

Callers 5

MessageMarshallingClass · 0.80
makeStartMethod · 0.80
makeRestartMethod · 0.80
makeDoneMethod · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected