#include <Pseudo_VarOut_T.h>
Public Member Functions | |
| TAO_Pseudo_Out_T (typename T::_ptr_type &) | |
| TAO_Pseudo_Out_T (typename T::_var_type &) | |
| TAO_Pseudo_Out_T (const TAO_Pseudo_Out_T< T > &) | |
| TAO_Pseudo_Out_T< T > & | operator= (const TAO_Pseudo_Out_T< T > &) |
| TAO_Pseudo_Out_T< T > & | operator= (typename T::_ptr_type) |
| operator typename T::_ptr_type & () | |
| T::_ptr_type & | ptr (void) |
| T::_ptr_type | operator-> (void) |
Private Member Functions | |
| TAO_Pseudo_Out_T< T > & | operator= (const typename T::_var_type &) |
| Assignment from _var not allowed. | |
Private Attributes | |
| T::_ptr_type & | ptr_ |
Definition at line 106 of file Pseudo_VarOut_T.h.
|
||||||||||
|
Definition at line 113 of file Pseudo_VarOut_T.inl.
|
|
||||||||||
|
Definition at line 121 of file Pseudo_VarOut_T.inl.
|
|
||||||||||
|
Definition at line 130 of file Pseudo_VarOut_T.inl.
|
|
|||||||||
|
Definition at line 164 of file Pseudo_VarOut_T.inl.
00165 {
00166 return this->ptr_;
00167 }
|
|
||||||||||
|
Definition at line 172 of file Pseudo_VarOut_T.inl.
00173 {
00174 return this->ptr_;
00175 }
|
|
||||||||||
|
Assignment from _var not allowed.
|
|
||||||||||
|
Definition at line 148 of file Pseudo_VarOut_T.inl.
00149 {
00150 this->ptr_ = p;
00151 return *this;
00152 }
|
|
||||||||||
|
Definition at line 139 of file Pseudo_VarOut_T.inl. References TAO_Pseudo_Out_T< T >::ptr_.
|
|
||||||||||
|
Definition at line 157 of file Pseudo_VarOut_T.inl.
00158 {
00159 return this->ptr_;
00160 }
|
|
|||||
|
Definition at line 121 of file Pseudo_VarOut_T.h. Referenced by TAO_Pseudo_Out_T< T >::operator=(). |
1.3.6