#include <Unbounded_Basic_String_Sequence_T.h>
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 element_type TAO::unbounded_basic_string_sequence< charT >::subscript_type |
typedef character_type* TAO::unbounded_basic_string_sequence< charT >::value_type |
TAO::unbounded_basic_string_sequence< charT >::unbounded_basic_string_sequence | ( | ) | [inline] |
TAO::unbounded_basic_string_sequence< charT >::unbounded_basic_string_sequence | ( | CORBA::ULong | maximum | ) | [inline, explicit] |
TAO::unbounded_basic_string_sequence< charT >::unbounded_basic_string_sequence | ( | CORBA::ULong | maximum, | |
CORBA::ULong | length, | |||
value_type * | data, | |||
CORBA::Boolean | release | |||
) | [inline] |
static value_type* TAO::unbounded_basic_string_sequence< charT >::allocbuf | ( | CORBA::ULong | maximum | ) | [inline, static] |
static void TAO::unbounded_basic_string_sequence< charT >::freebuf | ( | value_type * | buffer | ) | [inline, static] |
value_type* TAO::unbounded_basic_string_sequence< charT >::get_buffer | ( | CORBA::Boolean | orphan = false |
) | [inline] |
const_value_type const* TAO::unbounded_basic_string_sequence< charT >::get_buffer | ( | ) | const [inline] |
void TAO::unbounded_basic_string_sequence< charT >::length | ( | CORBA::ULong | length | ) | [inline] |
CORBA::ULong TAO::unbounded_basic_string_sequence< charT >::length | ( | ) | const [inline] |
CORBA::ULong TAO::unbounded_basic_string_sequence< charT >::maximum | ( | ) | const [inline] |
element_type TAO::unbounded_basic_string_sequence< charT >::operator[] | ( | CORBA::ULong | i | ) | [inline] |
[]
const_element_type TAO::unbounded_basic_string_sequence< charT >::operator[] | ( | CORBA::ULong | i | ) | const [inline] |
[]
CORBA::Boolean TAO::unbounded_basic_string_sequence< charT >::release | ( | ) | const [inline] |
void TAO::unbounded_basic_string_sequence< charT >::replace | ( | CORBA::ULong | maximum, | |
CORBA::ULong | length, | |||
value_type * | data, | |||
CORBA::Boolean | release = false | |||
) | [inline] |
void TAO::unbounded_basic_string_sequence< charT >::swap | ( | unbounded_basic_string_sequence< charT > & | rhs | ) | throw () [inline] |
implementation_type TAO::unbounded_basic_string_sequence< charT >::impl_ [private] |