Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ ~MonitorTask
Method
~MonitorTask
tools/monitor/MonitorTask.cpp:87–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
Monitor::MonitorTask::~MonitorTask()
88
{
89
// Terminate processing cleanly.
90
this->stop();
91
this->iorKeyMap_.clear();
92
}
93
94
const Monitor::MonitorTask::IorKeyMap&
95
Monitor::MonitorTask::iorKeyMap() const
Callers
nothing calls this directly
Calls
2
stop
Method · 0.95
clear
Method · 0.45
Tested by
no test coverage detected