#include <Unbounded_Basic_String_Sequence_T.h>
List of all members.
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_ |
template<typename charT>
class TAO::unbounded_basic_string_sequence< charT >
Member Typedef Documentation
template<typename charT>
typedef charT TAO::unbounded_basic_string_sequence< charT >::character_type |
Constructor & Destructor Documentation
Member Function Documentation
template<typename charT>
static value_type* TAO::unbounded_basic_string_sequence< charT >::allocbuf |
( |
CORBA::ULong |
maximum | ) |
[inline, static] |
template<typename charT>
static void TAO::unbounded_basic_string_sequence< charT >::freebuf |
( |
value_type * |
buffer | ) |
[inline, static] |
template<typename charT>
const_value_type const* TAO::unbounded_basic_string_sequence< charT >::get_buffer |
( |
| ) |
const [inline] |
template<typename charT>
CORBA::ULong TAO::unbounded_basic_string_sequence< charT >::length |
( |
| ) |
const [inline] |
template<typename charT>
void TAO::unbounded_basic_string_sequence< charT >::length |
( |
CORBA::ULong |
length | ) |
[inline] |
template<typename charT>
CORBA::ULong TAO::unbounded_basic_string_sequence< charT >::maximum |
( |
| ) |
const [inline] |
template<typename charT>
CORBA::Boolean TAO::unbounded_basic_string_sequence< charT >::release |
( |
| ) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: