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

Method destroy

dds/InfoRepo/UpdateManager.cpp:303–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void
304Manager::destroy(const IdPath& id, ItemType type, ActorType actor)
305{
306 // Invoke remove on each of the iterators.
307 for (Updaters::iterator iter = updaters_.begin();
308 iter != updaters_.end();
309 iter++) {
310 (*iter)->destroy(id, type, actor);
311 }
312}
313
314void
315Manager::add(const DTopic& topic)

Callers 7

remove_topicMethod · 0.45
remove_publicationMethod · 0.45
DCPSInfo_i.cppFile · 0.45
finalizeMethod · 0.45
initMethod · 0.45
remove_all_dependentsMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected