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