MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / addValueRef

Method addValueRef

tools/monitor/TreeNode.h:295–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295inline
296void
297Monitor::TreeNode::addValueRef( TreeNode* ref)
298{
299 this->valueRefs_.append( ref);
300 ref->valueSource() = this;
301}
302
303inline
304bool

Callers 3

manageTransportLinkMethod · 0.80
manageTopicLinkMethod · 0.80
reassignValueRefsMethod · 0.80

Calls 2

valueSourceMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected