TAO
2.3.3
|
#include <Unbounded_Basic_String_Sequence_T.h>
Public Types | |
typedef charT | character_type |
typedef character_type * | value_type |
typedef character_type const * | const_value_type |
typedef ::CORBA::ULong | size_type |
typedef details::string_traits< character_type, true > | element_traits |
typedef details::unbounded_reference_allocation_traits< value_type, element_traits, true > | allocation_traits |
typedef details::string_sequence_element< element_traits > | element_type |
typedef details::string_const_sequence_element< element_traits > | const_element_type |
typedef details::generic_sequence< value_type, allocation_traits, element_traits > | implementation_type |
typedef element_type | subscript_type |
typedef const_value_type | const_subscript_type |
Public Member Functions | |
unbounded_basic_string_sequence () | |
unbounded_basic_string_sequence (CORBA::ULong maximum) | |
unbounded_basic_string_sequence (CORBA::ULong maximum, CORBA::ULong length, value_type *data, CORBA::Boolean release) | |
CORBA::ULong | maximum () const |
CORBA::Boolean | release () const |
CORBA::ULong | length () const |
void | length (CORBA::ULong length) |
const_element_type | operator[] (CORBA::ULong i) const |
element_type | operator[] (CORBA::ULong i) |
const_value_type const * | get_buffer () const |
void | replace (CORBA::ULong maximum, CORBA::ULong length, value_type *data, CORBA::Boolean release=false) |
value_type * | get_buffer (CORBA::Boolean orphan=false) |
void | swap (unbounded_basic_string_sequence &rhs) throw () |
Static Public Member Functions | |
static value_type * | allocbuf (CORBA::ULong maximum) |
static void | freebuf (value_type *buffer) |
Private Attributes | |
implementation_type | impl_ |
typedef details::unbounded_reference_allocation_traits<value_type,element_traits,true> TAO::unbounded_basic_string_sequence< charT >::allocation_traits |
typedef charT TAO::unbounded_basic_string_sequence< charT >::character_type |
typedef details::string_const_sequence_element<element_traits> TAO::unbounded_basic_string_sequence< charT >::const_element_type |
typedef const_value_type TAO::unbounded_basic_string_sequence< charT >::const_subscript_type |
typedef character_type const* TAO::unbounded_basic_string_sequence< charT >::const_value_type |
typedef details::string_traits<character_type,true> TAO::unbounded_basic_string_sequence< charT >::element_traits |
typedef details::string_sequence_element<element_traits> TAO::unbounded_basic_string_sequence< charT >::element_type |
typedef details::generic_sequence<value_type, allocation_traits, element_traits> TAO::unbounded_basic_string_sequence< charT >::implementation_type |
typedef ::CORBA::ULong TAO::unbounded_basic_string_sequence< charT >::size_type |
typedef element_type TAO::unbounded_basic_string_sequence< charT >::subscript_type |
typedef character_type* TAO::unbounded_basic_string_sequence< charT >::value_type |
|
inline |
|
inlineexplicit |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |