OpenDDS  Snapshot(2023/04/28-20:55)
Static Public Member Functions | List of all members
TAO::Objref_Traits< DDS::DynamicDataFactory > Struct Template Reference

#include <DynamicDataFactory.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 72 of file DynamicDataFactory.h.

Member Function Documentation

◆ duplicate()

Definition at line 44 of file DynamicDataFactory.cpp.

References DDS::DynamicDataFactory::_duplicate().

45 {
47 }
static DynamicDataFactory_ptr _duplicate(DynamicDataFactory_ptr obj)

◆ marshal()

Definition at line 59 of file DynamicDataFactory.cpp.

References TAO_END_VERSIONED_NAMESPACE_DECL.

61 {
62  return false;
63 }

◆ nil()

Definition at line 54 of file DynamicDataFactory.cpp.

55 {
56  return static_cast<DDS::DynamicDataFactory_ptr>(0);
57 }

◆ release()

Definition at line 49 of file DynamicDataFactory.cpp.

References CORBA::release().

50 {
51  CORBA::release(p);
52 }
void release(T x)

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