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

Method create

dds/InfoRepo/UpdateManager_T.cpp:11–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10template<class UType>
11void
12Update::Manager::create(const UType& info)
13{
14 // Invoke add on each of the iterators.
15 for (Updaters::iterator iter = updaters_.begin();
16 iter != updaters_.end();
17 iter++) {
18 (*iter)->create(info);
19 }
20}
21
22template<class QosType>
23void

Callers 5

assert_topicMethod · 0.45
add_publicationMethod · 0.45
add_subscriptionMethod · 0.45
takeOwnershipMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected