TAO::Objref_Traits< DDS::GuardCondition > Struct Template Reference

#include <GuardCondition.h>

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 57 of file GuardCondition.h.


Member Function Documentation

OPENDDS_END_VERSIONED_NAMESPACE_DECL DDS::GuardCondition_ptr TAO::Objref_Traits< DDS::GuardCondition >::duplicate ( DDS::GuardCondition_ptr  p  )  [static]

Definition at line 39 of file GuardCondition.cpp.

References DDS::GuardCondition::_duplicate().

00040 {
00041   return DDS::GuardCondition::_duplicate(p);
00042 }

Here is the call graph for this function:

CORBA::Boolean TAO::Objref_Traits< DDS::GuardCondition >::marshal ( const DDS::GuardCondition_ptr  p,
TAO_OutputCDR cdr 
) [static]

Definition at line 57 of file GuardCondition.cpp.

References CORBA::Object::marshal().

00060 {
00061   return CORBA::Object::marshal(p, cdr);
00062 }

Here is the call graph for this function:

DDS::GuardCondition_ptr TAO::Objref_Traits< DDS::GuardCondition >::nil ( void   )  [static]

Definition at line 51 of file GuardCondition.cpp.

00052 {
00053   return static_cast<DDS::GuardCondition_ptr>(0);
00054 }

void TAO::Objref_Traits< DDS::GuardCondition >::release ( DDS::GuardCondition_ptr  p  )  [static]

Definition at line 45 of file GuardCondition.cpp.

References CORBA::release().

00046 {
00047   CORBA::release(p);
00048 }

Here is the call graph for this function:


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1