|
TAO 3.0.6
|
Parametrized implementation of _out class for structs, unions and exceptions.. More...
#include <VarOut_T.h>
Public Types | |
| typedef T::_var_type | T_var |
Public Member Functions | |
| TAO_Out_T (T *&) | |
| TAO_Out_T (T_var &) | |
| TAO_Out_T (const TAO_Out_T< T > &) | |
| TAO_Out_T & | operator= (const TAO_Out_T< T > &) |
| TAO_Out_T & | operator= (T *) |
| operator T*& () | |
| T *& | ptr () |
| T * | operator-> () |
Private Member Functions | |
| void | operator= (const T_var &) |
| Assignment from T_var not allowed. More... | |
Private Attributes | |
| T *& | ptr_ |
Parametrized implementation of _out class for structs, unions and exceptions..
| TAO_Out_T< T >::operator T*& |
| T * TAO_Out_T< T >::operator-> |
Assignment from T_var not allowed.
| T *& TAO_Out_T< T >::ptr |
|
private |