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

Method clear

tools/monitor/MonitorDataStorage.cpp:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void
69Monitor::MonitorDataStorage::clear()
70{
71 // Empty the maps.
72 this->guidToTreeMap_.clear();
73 this->hostToTreeMap_.clear();
74 this->processToTreeMap_.clear();
75 this->instanceToTreeMap_.clear();
76 this->transportToTreeMap_.clear();
77}
78
79void
80Monitor::MonitorDataStorage::cleanMaps( TreeNode* node)

Callers 15

~MonitorDataStorageMethod · 0.95
resetMethod · 0.95
handleActivateMethod · 0.45
resetMethod · 0.45
handleActivateMethod · 0.45
bringDownMethod · 0.45
~ConfigMethod · 0.45
loadParticipantMethod · 0.45
loadTopicMethod · 0.45
loadPublisherMethod · 0.45
loadWriterMethod · 0.45
loadSubscriberMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_conversionMethod · 0.36
ACE_TMAINFunction · 0.36