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

Function insert_entry

dds/DCPS/XTypes/TypeAssignability.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void insert_entry(const TypeIdentifier& ti, const TypeObject& tobj)
86 {
87 tl_service_->add(ti, tobj);
88 }
89
90private:
91 bool assignable_alias(const MinimalTypeObject& ta, const MinimalTypeObject& tb) const;

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected