#include <Unbounded_String_Sequence_T.h>
Inheritance diagram for TAO::unbounded_string_sequence:


Public Member Functions | |
| unbounded_string_sequence () | |
| unbounded_string_sequence (CORBA::ULong maximum) | |
| unbounded_string_sequence (CORBA::ULong maximum, CORBA::ULong length, value_type *data, CORBA::Boolean release=false) | |
|
|
Definition at line 23 of file Unbounded_String_Sequence_T.h.
00024 : details::unbounded_basic_string_sequence<char>()
00025 {}
|
|
|
Definition at line 26 of file Unbounded_String_Sequence_T.h.
00027 : details::unbounded_basic_string_sequence<char>(maximum)
00028 {}
|
|
||||||||||||||||||||
|
Definition at line 29 of file Unbounded_String_Sequence_T.h.
00034 : details::unbounded_basic_string_sequence<char>( 00035 maximum, length, data, release) 00036 {} |
1.3.6