OpenDDS  Snapshot(2023/04/28-20:55)
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 350 of file DynamicTypeSupport.cpp.

References DDS::DynamicTypeSupport::_duplicate().

351  {
353  }
static DynamicTypeSupport_ptr _duplicate(DynamicTypeSupport_ptr obj)

◆ marshal()

Definition at line 365 of file DynamicTypeSupport.cpp.

References TAO_END_VERSIONED_NAMESPACE_DECL.

367  {
368  return false;
369  }

◆ nil()

Definition at line 360 of file DynamicTypeSupport.cpp.

361  {
362  return static_cast<DDS::DynamicTypeSupport_ptr>(0);
363  }

◆ release()

Definition at line 355 of file DynamicTypeSupport.cpp.

References CORBA::release().

356  {
357  CORBA::release(p);
358  }
void release(T x)

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