Static Public Member Functions

TAO::Objref_Traits< TAO_IOR_Table_Impl > Struct Template Reference

#include <IOR_Table_Impl.h>

List of all members.

Static Public Member Functions

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

Detailed Description

template<>
struct TAO::Objref_Traits< TAO_IOR_Table_Impl >

Definition at line 95 of file IOR_Table_Impl.h.


Member Function Documentation

TAO_IOR_Table_Impl_ptr TAO::Objref_Traits< TAO_IOR_Table_Impl >::duplicate ( TAO_IOR_Table_Impl_ptr  p  )  [static]

Definition at line 21 of file IOR_Table_Impl.cpp.

{
  if (!::CORBA::is_nil (p))
    {
      p->_add_ref ();
    }

  return p;
}

CORBA::Boolean TAO::Objref_Traits< TAO_IOR_Table_Impl >::marshal ( const TAO_IOR_Table_Impl_ptr  p,
TAO_OutputCDR cdr 
) [static]

Definition at line 44 of file IOR_Table_Impl.cpp.

{
  return false;
}

TAO_IOR_Table_Impl_ptr TAO::Objref_Traits< TAO_IOR_Table_Impl >::nil ( void   )  [static]

Definition at line 38 of file IOR_Table_Impl.cpp.

{
  return TAO_IOR_Table_Impl::_nil ();
}

void TAO::Objref_Traits< TAO_IOR_Table_Impl >::release ( TAO_IOR_Table_Impl_ptr  p  )  [static]

Definition at line 32 of file IOR_Table_Impl.cpp.


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