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

Method add

dds/DCPS/XTypes/TypeLookupService.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void TypeLookupService::add(TypeMap::const_iterator begin, TypeMap::const_iterator end)
154{
155 ACE_GUARD(ACE_Thread_Mutex, g, mutex_);
156 type_map_.insert(begin, end);
157}
158
159void TypeLookupService::add(const TypeIdentifier& ti, const TypeObject& tobj)
160{

Callers 3

parse_domain_id_setFunction · 0.45
insert_entryFunction · 0.45

Calls 3

insertMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected