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

Method duplicate

dds/DCPS/XTypes/DynamicTypeSupport.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373namespace TAO {
374
375 DDS::DynamicTypeSupport_ptr Objref_Traits<DDS::DynamicTypeSupport>::duplicate(DDS::DynamicTypeSupport_ptr p)
376 {
377 return DDS::DynamicTypeSupport::_duplicate(p);
378 }
379
380 void Objref_Traits<DDS::DynamicTypeSupport>::release(DDS::DynamicTypeSupport_ptr p)
381 {

Callers 15

decode_submessageMethod · 0.45
duplicate_msgMethod · 0.45
duplicate_msgMethod · 0.45
insert_bufferMethod · 0.45
duplicate_msgMethod · 0.45
pre_send_packetFunction · 0.45
prepare_packetMethod · 0.45
visit_elementMethod · 0.45
visit_element_refMethod · 0.45
handle_dds_inputMethod · 0.45
duplicate_msgMethod · 0.45
pre_send_packetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected