TAO
2.0.7
|
Parameterized implementation of _var
class for object references.
More...
#include <Objref_VarOut_T.h>
Public Types | |
typedef T | _obj_type |
typedef T * | _in_type |
typedef T *& | _inout_type |
typedef T *& | _out_type |
typedef T * | _retn_type |
Public Member Functions | |
TAO_Objref_Var_T (void) | |
TAO_Objref_Var_T (T *p) | |
TAO_Objref_Var_T (const TAO_Objref_Var_T< T > &) | |
~TAO_Objref_Var_T (void) | |
TAO_Objref_Var_T< T > & | operator= (T *) |
TAO_Objref_Var_T< T > & | operator= (const TAO_Objref_Var_T< T > &) |
T * | operator-> (void) const |
operator T *const & () const | |
Cast operators. | |
operator T *& () | |
_in_type | in (void) const |
_inout_type | inout (void) |
_out_type | out (void) |
_retn_type | _retn (void) |
_retn_type | ptr (void) const |
TAO extension. | |
Protected Member Functions | |
void | free (void) |
void | reset (T *) |
Protected Attributes | |
T * | ptr_ |
Private Member Functions | |
TAO_Objref_Var_T (const TAO_Base_var &) | |
void | operator= (const TAO_Base_var &) |
Parameterized implementation of _var
class for object references.
typedef T* TAO_Objref_Var_T::_in_type |
typedef T*& TAO_Objref_Var_T::_inout_type |
typedef T TAO_Objref_Var_T::_obj_type |
typedef T*& TAO_Objref_Var_T::_out_type |
typedef T* TAO_Objref_Var_T::_retn_type |
TAO_Objref_Var_T::TAO_Objref_Var_T | ( | void | ) |
TAO_Objref_Var_T::TAO_Objref_Var_T | ( | T * | p | ) | [inline] |
TAO_Objref_Var_T::TAO_Objref_Var_T | ( | const TAO_Objref_Var_T< T > & | p | ) |
TAO_Objref_Var_T::~TAO_Objref_Var_T | ( | void | ) |
TAO_Objref_Var_T::TAO_Objref_Var_T | ( | const TAO_Base_var & | ) | [private] |
T * TAO_Objref_Var_T::_retn | ( | void | ) |
void TAO_Objref_Var_T::free | ( | void | ) | [protected] |
T * TAO_Objref_Var_T::in | ( | void | ) | const |
T *& TAO_Objref_Var_T::inout | ( | void | ) |
TAO_Objref_Var_T::operator T *& | ( | ) |
TAO_Objref_Var_T::operator T *const & | ( | ) | const |
Cast operators.
T * TAO_Objref_Var_T::operator-> | ( | void | ) | const |
TAO_Objref_Var_T< T > & TAO_Objref_Var_T::operator= | ( | T * | p | ) |
TAO_Objref_Var_T< T > & TAO_Objref_Var_T::operator= | ( | const TAO_Objref_Var_T< T > & | p | ) |
void TAO_Objref_Var_T::operator= | ( | const TAO_Base_var & | ) | [private] |
Reimplemented from TAO_Base_var.
T *& TAO_Objref_Var_T::out | ( | void | ) |
T * TAO_Objref_Var_T::ptr | ( | void | ) | const |
TAO extension.
void TAO_Objref_Var_T::reset | ( | T * | p | ) | [protected] |
T* TAO_Objref_Var_T::ptr_ [protected] |