#include <Objref_VarOut_T.h>
Collaboration diagram for TAO_Objref_Out_T< T >:

Public Member Functions | |
| TAO_Objref_Out_T (T *&) | |
| TAO_Objref_Out_T (TAO_Objref_Var_T< T > &) | |
| TAO_Objref_Out_T (const TAO_Objref_Out_T< T > &) | |
| TAO_Objref_Out_T & | operator= (const TAO_Objref_Out_T< T > &) |
| TAO_Objref_Out_T & | operator= (T *) |
| operator T *& () | |
| T *& | ptr (void) |
| T * | operator-> (void) |
Private Member Functions | |
| TAO_Objref_Out_T & | operator= (const TAO_Objref_Var_T< T > &) |
| Assignment from _var not allowed. | |
Private Attributes | |
| T *& | ptr_ |
Definition at line 101 of file Objref_VarOut_T.h.
|
||||||||||
|
Definition at line 131 of file Objref_VarOut_T.cpp.
|
|
||||||||||
|
Definition at line 138 of file Objref_VarOut_T.cpp.
|
|
||||||||||
|
Definition at line 148 of file Objref_VarOut_T.cpp.
|
|
|||||||||
|
Definition at line 181 of file Objref_VarOut_T.cpp.
00182 {
00183 return this->ptr_;
00184 }
|
|
||||||||||
|
Definition at line 188 of file Objref_VarOut_T.cpp.
00189 {
00190 return this->ptr_;
00191 }
|
|
||||||||||
|
Assignment from _var not allowed.
|
|
||||||||||
|
Definition at line 167 of file Objref_VarOut_T.cpp.
00168 {
00169 this->ptr_ = p;
00170 return *this;
00171 }
|
|
||||||||||
|
Definition at line 157 of file Objref_VarOut_T.cpp. References TAO_Objref_Out_T< T >::ptr_.
|
|
||||||||||
|
Definition at line 175 of file Objref_VarOut_T.cpp.
00176 {
00177 return this->ptr_;
00178 }
|
|
|||||
|
Definition at line 118 of file Objref_VarOut_T.h. Referenced by TAO_Objref_Out_T< T >::operator=(). |
1.3.6