#include <Unbounded_Wstring_Sequence_T.h>
Inheritance diagram for TAO::unbounded_wstring_sequence:


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