Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MessageMarshalling
Class · 0.45
makeStart
Method · 0.45
makeRestart
Method · 0.45
makeDone
Method · 0.45
deserialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected