#include <String_Const_Sequence_Element_T.h>
Public Types | |
| typedef traits::char_type | character_type |
| typedef character_type * | value_type |
| typedef character_type const * | const_value_type |
| typedef traits::string_var | string_var |
| typedef traits::string_mgr | string_mgr |
Public Member Functions | |
| string_const_sequence_element (value_type const &e, CORBA::Boolean release) | |
| string_const_sequence_element (string_const_sequence_element const &rhs) | |
| ~string_const_sequence_element () | |
| operator const_value_type () const | |
| const character_type * | in (void) const |
| CORBA::Boolean | release () const |
Private Member Functions | |
| string_const_sequence_element () | |
| string_const_sequence_element & | operator= (string_const_sequence_element const &rhs) |
Private Attributes | |
| const_value_type const * | element_ |
| CORBA::Boolean const | release_ |
|
|||||
|
Definition at line 27 of file String_Const_Sequence_Element_T.h. |
|
|||||
|
Definition at line 29 of file String_Const_Sequence_Element_T.h. |
|
|||||
|
Definition at line 31 of file String_Const_Sequence_Element_T.h. |
|
|||||
|
Definition at line 30 of file String_Const_Sequence_Element_T.h. |
|
|||||
|
Definition at line 28 of file String_Const_Sequence_Element_T.h. |
|
||||||||||||||||
|
Definition at line 34 of file String_Const_Sequence_Element_T.h.
|
|
||||||||||
|
Definition at line 40 of file String_Const_Sequence_Element_T.h.
|
|
|||||||||
|
Definition at line 47 of file String_Const_Sequence_Element_T.h.
00048 {
00049 }
|
|
|||||||||
|
|
|
||||||||||
|
Definition at line 56 of file String_Const_Sequence_Element_T.h.
00057 {
00058 return *this->element_;
00059 }
|
|
|||||||||
|
Definition at line 51 of file String_Const_Sequence_Element_T.h.
00052 {
00053 return *this->element_;
00054 }
|
|
||||||||||
|
|
|
||||||||||
|
Definition at line 61 of file String_Const_Sequence_Element_T.h.
00062 {
00063 return this->release_;
00064 }
|
|
|||||
|
Definition at line 72 of file String_Const_Sequence_Element_T.h. |
|
|||||
|
Definition at line 73 of file String_Const_Sequence_Element_T.h. |
1.3.6