#include <Seq_Out_T.h>
Collaboration diagram for TAO_Seq_Out_T< T >:

Public Types | |
| typedef T::subscript_type | T_elem |
| typedef T::_var_type | T_var |
Public Member Functions | |
| TAO_Seq_Out_T (T *&) | |
| TAO_Seq_Out_T (T_var &) | |
| TAO_Seq_Out_T (const TAO_Seq_Out_T< T > &) | |
| TAO_Seq_Out_T & | operator= (const TAO_Seq_Out_T< T > &) |
| TAO_Seq_Out_T & | operator= (T *) |
| operator T *& () | |
| T * | operator-> (void) |
| T_elem | operator[] (CORBA::ULong index) |
| T *& | ptr (void) |
Private Member Functions | |
| void | operator= (const T_var &) |
Private Attributes | |
| T *& | ptr_ |
Definition at line 30 of file Seq_Out_T.h.
|
|||||
|
Definition at line 33 of file Seq_Out_T.h. |
|
|||||
|
Definition at line 34 of file Seq_Out_T.h. Referenced by TAO_Seq_Out_T< T >::TAO_Seq_Out_T(). |
|
||||||||||
|
Definition at line 9 of file Seq_Out_T.inl.
|
|
||||||||||
|
Definition at line 17 of file Seq_Out_T.inl. References TAO_Seq_Out_T< T >::T_var.
|
|
||||||||||
|
Definition at line 26 of file Seq_Out_T.inl.
|
|
|||||||||
|
Definition at line 54 of file Seq_Out_T.inl.
00055 {
00056 return this->ptr_;
00057 }
|
|
||||||||||
|
Definition at line 70 of file Seq_Out_T.inl.
00071 {
00072 return this->ptr_;
00073 }
|
|
||||||||||
|
|
|
||||||||||
|
Definition at line 46 of file Seq_Out_T.inl.
00047 {
00048 this->ptr_ = p;
00049 return *this;
00050 }
|
|
||||||||||
|
Definition at line 35 of file Seq_Out_T.inl. References TAO_Seq_Out_T< T >::ptr_.
|
|
||||||||||
|
Definition at line 78 of file Seq_Out_T.inl.
00079 {
00080 return this->ptr_->operator[] (index);
00081 }
|
|
||||||||||
|
Definition at line 62 of file Seq_Out_T.inl.
00063 {
00064 return this->ptr_;
00065 }
|
|
|||||
|
Definition at line 50 of file Seq_Out_T.h. Referenced by TAO_Seq_Out_T< T >::operator=(). |
1.3.6