DDS4CCM  1.0.8
Public Member Functions | Private Attributes
CIAO::DDS4CCM::LocalObject_Auto_Ptr_T< LOCAL_OBJECT > Class Template Reference

#include <LocalObject_T.h>

Inheritance diagram for CIAO::DDS4CCM::LocalObject_Auto_Ptr_T< LOCAL_OBJECT >:
Inheritance graph
[legend]
Collaboration diagram for CIAO::DDS4CCM::LocalObject_Auto_Ptr_T< LOCAL_OBJECT >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LocalObject_Auto_Ptr_T (void)
 ~LocalObject_Auto_Ptr_T (void)
 LocalObject_Auto_Ptr_T (LOCAL_OBJECT *lobject)
LOCAL_OBJECT * operator-> (void) const
 operator LOCAL_OBJECT *& (void)

Private Attributes

LOCAL_OBJECT * l

Detailed Description

template<typename LOCAL_OBJECT>
class CIAO::DDS4CCM::LocalObject_Auto_Ptr_T< LOCAL_OBJECT >

Helper template that allocates a new LOCAL_OBJECT from the heap and that makes sure we call CORBA::release() at destruction


Constructor & Destructor Documentation

template<typename LOCAL_OBJECT >
CIAO::DDS4CCM::LocalObject_Auto_Ptr_T< LOCAL_OBJECT >::LocalObject_Auto_Ptr_T ( void  )
template<typename LOCAL_OBJECT >
CIAO::DDS4CCM::LocalObject_Auto_Ptr_T< LOCAL_OBJECT >::~LocalObject_Auto_Ptr_T ( void  )
template<typename LOCAL_OBJECT>
CIAO::DDS4CCM::LocalObject_Auto_Ptr_T< LOCAL_OBJECT >::LocalObject_Auto_Ptr_T ( LOCAL_OBJECT *  lobject) [explicit]

Member Function Documentation

template<typename LOCAL_OBJECT >
CIAO::DDS4CCM::LocalObject_Auto_Ptr_T< LOCAL_OBJECT >::operator LOCAL_OBJECT *& ( void  )
template<typename LOCAL_OBJECT >
LOCAL_OBJECT * CIAO::DDS4CCM::LocalObject_Auto_Ptr_T< LOCAL_OBJECT >::operator-> ( void  ) const

Member Data Documentation

template<typename LOCAL_OBJECT>
LOCAL_OBJECT* CIAO::DDS4CCM::LocalObject_Auto_Ptr_T< LOCAL_OBJECT >::l [private]

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