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

Method set_nodeUID

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

Source from the content-addressed store, hash-verified

151
152 NodeUID nodeUID(void) const { return _node; }
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; }

Callers 2

MessageMarshallingClass · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected