OpenDDS  Snapshot(2023/04/07-19:43)
Static Public Member Functions | List of all members
TAO::Objref_Traits< DDS::DynamicTypeSupport > Struct Template Reference

#include <DynamicTypeSupport.h>

Static Public Member Functions

static DDS::DynamicTypeSupport_ptr duplicate (DDS::DynamicTypeSupport_ptr p)
 
static void release (DDS::DynamicTypeSupport_ptr p)
 
static DDS::DynamicTypeSupport_ptr nil ()
 
static CORBA::Boolean marshal (const DDS::DynamicTypeSupport_ptr p, TAO_OutputCDR &cdr)
 

Detailed Description

template<>
struct TAO::Objref_Traits< DDS::DynamicTypeSupport >

Definition at line 172 of file DynamicTypeSupport.h.

Member Function Documentation

◆ duplicate()

Definition at line 334 of file DynamicTypeSupport.cpp.

References DDS::DynamicTypeSupport::_duplicate().

335  {
337  }
static DynamicTypeSupport_ptr _duplicate(DynamicTypeSupport_ptr obj)

◆ marshal()

Definition at line 349 of file DynamicTypeSupport.cpp.

References TAO_END_VERSIONED_NAMESPACE_DECL.

351  {
352  return false;
353  }

◆ nil()

Definition at line 344 of file DynamicTypeSupport.cpp.

345  {
346  return static_cast<DDS::DynamicTypeSupport_ptr>(0);
347  }

◆ release()

Definition at line 339 of file DynamicTypeSupport.cpp.

References CORBA::release().

340  {
341  CORBA::release(p);
342  }
void release(T x)

The documentation for this struct was generated from the following files: