TAO 4.0.1
|
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 () | |
TAO_Objref_Var_T (T *p) | |
TAO_Objref_Var_T (const TAO_Objref_Var_T< T > &) | |
~TAO_Objref_Var_T () | |
TAO_Objref_Var_T< T > & | operator= (T *) |
TAO_Objref_Var_T< T > & | operator= (const TAO_Objref_Var_T< T > &) |
T * | operator-> () const |
operator T*const & () const | |
Cast operators. | |
operator T*& () | |
_in_type | in () const |
_inout_type | inout () |
_out_type | out () |
_retn_type | _retn () |
_retn_type | ptr () const |
TAO extension. | |
Protected Member Functions | |
void | free () |
void | reset (T *) |
Protected Attributes | |
T * | ptr_ |
Private Member Functions | |
TAO_Objref_Var_T (const TAO_Base_var &) | |
void | operator= (const TAO_Base_var &) |
![]() | |
TAO_Base_var () | |
Parameterized implementation of _var
class for object references.
typedef T* TAO_Objref_Var_T< T >::_in_type |
typedef T*& TAO_Objref_Var_T< T >::_inout_type |
typedef T TAO_Objref_Var_T< T >::_obj_type |
typedef T*& TAO_Objref_Var_T< T >::_out_type |
typedef T* TAO_Objref_Var_T< T >::_retn_type |
TAO_Objref_Var_T< T >::TAO_Objref_Var_T | ( | ) |
|
inline |
TAO_Objref_Var_T< T >::TAO_Objref_Var_T | ( | const TAO_Objref_Var_T< T > & | p | ) |
TAO_Objref_Var_T< T >::~TAO_Objref_Var_T | ( | ) |
|
private |
T * TAO_Objref_Var_T< T >::_retn | ( | ) |
|
protected |
T * TAO_Objref_Var_T< T >::in | ( | ) | const |
T *& TAO_Objref_Var_T< T >::inout | ( | ) |
TAO_Objref_Var_T< T >::operator T*& | ( | ) |
TAO_Objref_Var_T< T >::operator T*const & | ( | ) | const |
Cast operators.
T * TAO_Objref_Var_T< T >::operator-> | ( | ) | const |
|
private |
TAO_Objref_Var_T< T > & TAO_Objref_Var_T< T >::operator= | ( | const TAO_Objref_Var_T< T > & | p | ) |
TAO_Objref_Var_T< T > & TAO_Objref_Var_T< T >::operator= | ( | T * | p | ) |
T *& TAO_Objref_Var_T< T >::out | ( | ) |
T * TAO_Objref_Var_T< T >::ptr | ( | ) | const |
TAO extension.
|
protected |
|
protected |