Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ parentUID
Method
parentUID
gecode/search/cpprofiler/message.hpp:155–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
void set_nodeUID(const NodeUID& n) { _node = n; }
154
155
NodeUID parentUID(void) const { return _parent; }
156
void set_parentUID(const NodeUID& p) { _parent = p; }
157
158
int32_t alt(void) const { return _alt; }
Callers
1
serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected