#include <Bounded_Basic_String_Sequence_T.h>
List of all members.
Public Types |
typedef charT | character_type |
typedef charT * | value_type |
typedef charT const * | const_value_type |
typedef ::CORBA::ULong | size_type |
typedef details::string_traits
< charT, true > | element_traits |
typedef
details::bounded_reference_allocation_traits
< value_type, element_traits,
MAX, true > | allocation_traits |
typedef
details::string_sequence_element
< element_traits > | element_type |
typedef
details::string_const_sequence_element
< element_traits > | const_element_type |
typedef element_type | subscript_type |
typedef const_value_type | const_subscript_type |
typedef
details::generic_sequence
< value_type,
allocation_traits,
element_traits > | implementation_type |
Public Member Functions |
| bounded_basic_string_sequence (void) |
| bounded_basic_string_sequence (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 length, value_type *data, CORBA::Boolean release=false) |
value_type * | get_buffer (CORBA::Boolean orphan=false) |
void | swap (bounded_basic_string_sequence &rhs) throw () |
Static Public Member Functions |
static value_type * | allocbuf (CORBA::ULong maximum) |
static value_type * | allocbuf () |
static void | freebuf (value_type *buffer) |
Private Attributes |
implementation_type | impl_ |
template<typename charT, CORBA::ULong MAX>
class TAO::bounded_basic_string_sequence< charT, MAX >
Member Typedef Documentation
template<typename charT , CORBA::ULong MAX>
template<typename charT , CORBA::ULong MAX>
typedef charT TAO::bounded_basic_string_sequence< charT, MAX >::character_type |
template<typename charT , CORBA::ULong MAX>
template<typename charT , CORBA::ULong MAX>
template<typename charT , CORBA::ULong MAX>
typedef charT const* TAO::bounded_basic_string_sequence< charT, MAX >::const_value_type |
template<typename charT , CORBA::ULong MAX>
template<typename charT , CORBA::ULong MAX>
template<typename charT , CORBA::ULong MAX>
template<typename charT , CORBA::ULong MAX>
template<typename charT , CORBA::ULong MAX>
template<typename charT , CORBA::ULong MAX>
typedef charT* TAO::bounded_basic_string_sequence< charT, MAX >::value_type |
Constructor & Destructor Documentation
template<typename charT , CORBA::ULong MAX>
template<typename charT , CORBA::ULong MAX>
Member Function Documentation
template<typename charT , CORBA::ULong MAX>
static value_type* TAO::bounded_basic_string_sequence< charT, MAX >::allocbuf |
( |
CORBA::ULong |
maximum | ) |
[inline, static] |
template<typename charT , CORBA::ULong MAX>
static value_type* TAO::bounded_basic_string_sequence< charT, MAX >::allocbuf |
( |
| ) |
[inline, static] |
template<typename charT , CORBA::ULong MAX>
static void TAO::bounded_basic_string_sequence< charT, MAX >::freebuf |
( |
value_type * |
buffer | ) |
[inline, static] |
template<typename charT , CORBA::ULong MAX>
const_value_type const* TAO::bounded_basic_string_sequence< charT, MAX >::get_buffer |
( |
| ) |
const [inline] |
template<typename charT , CORBA::ULong MAX>
template<typename charT , CORBA::ULong MAX>
CORBA::ULong TAO::bounded_basic_string_sequence< charT, MAX >::length |
( |
| ) |
const [inline] |
template<typename charT , CORBA::ULong MAX>
void TAO::bounded_basic_string_sequence< charT, MAX >::length |
( |
CORBA::ULong |
length | ) |
[inline] |
template<typename charT , CORBA::ULong MAX>
CORBA::ULong TAO::bounded_basic_string_sequence< charT, MAX >::maximum |
( |
| ) |
const [inline] |
template<typename charT , CORBA::ULong MAX>
[]
template<typename charT , CORBA::ULong MAX>
[]
template<typename charT , CORBA::ULong MAX>
CORBA::Boolean TAO::bounded_basic_string_sequence< charT, MAX >::release |
( |
| ) |
const [inline] |
template<typename charT , CORBA::ULong MAX>
template<typename charT , CORBA::ULong MAX>
Member Data Documentation
template<typename charT , CORBA::ULong MAX>
The documentation for this class was generated from the following file: