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

Method reset

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

Source from the content-addressed store, hash-verified

201 MsgType type(void) const { return _type; }
202
203 void reset(void) {
204 _have_label = false;
205 _have_nogood = false;
206 _have_info = false;
207 _have_version = false;
208 }
209 };
210
211

Callers 5

MessageMarshallingClass · 0.45
makeStartMethod · 0.45
makeRestartMethod · 0.45
makeDoneMethod · 0.45
deserializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected