TAO  2.3.2
Public Types | Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
TAO::unbounded_basic_string_sequence< charT > Class Template Reference

#include <Unbounded_Basic_String_Sequence_T.h>

Inheritance diagram for TAO::unbounded_basic_string_sequence< charT >:
Inheritance graph
[legend]

Public Types

typedef charT character_type
 
typedef character_typevalue_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_traitselement_type
 
typedef details::string_const_sequence_element< element_traitsconst_element_type
 
typedef details::generic_sequence< value_type, allocation_traits, element_traitsimplementation_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_typeget_buffer (CORBA::Boolean orphan=false)
 
void swap (unbounded_basic_string_sequence &rhs) throw ()
 

Static Public Member Functions

static value_typeallocbuf (CORBA::ULong maximum)
 
static void freebuf (value_type *buffer)
 

Private Attributes

implementation_type impl_
 

Member Typedef Documentation

template<typename charT >
typedef charT TAO::unbounded_basic_string_sequence< charT >::character_type
template<typename charT >
typedef const_value_type TAO::unbounded_basic_string_sequence< charT >::const_subscript_type
template<typename charT >
typedef character_type const* TAO::unbounded_basic_string_sequence< charT >::const_value_type
template<typename charT >
typedef ::CORBA::ULong TAO::unbounded_basic_string_sequence< charT >::size_type
template<typename charT >
typedef element_type TAO::unbounded_basic_string_sequence< charT >::subscript_type
template<typename charT >
typedef character_type* TAO::unbounded_basic_string_sequence< charT >::value_type

Constructor & Destructor Documentation

template<typename charT >
TAO::unbounded_basic_string_sequence< charT >::unbounded_basic_string_sequence ( )
inline
template<typename charT >
TAO::unbounded_basic_string_sequence< charT >::unbounded_basic_string_sequence ( CORBA::ULong  maximum)
inlineexplicit
template<typename charT >
TAO::unbounded_basic_string_sequence< charT >::unbounded_basic_string_sequence ( CORBA::ULong  maximum,
CORBA::ULong  length,
value_type data,
CORBA::Boolean  release 
)
inline

Member Function Documentation

template<typename charT >
static value_type* TAO::unbounded_basic_string_sequence< charT >::allocbuf ( CORBA::ULong  maximum)
inlinestatic
template<typename charT >
static void TAO::unbounded_basic_string_sequence< charT >::freebuf ( value_type buffer)
inlinestatic
template<typename charT >
const_value_type const* TAO::unbounded_basic_string_sequence< charT >::get_buffer ( ) const
inline
template<typename charT >
value_type* TAO::unbounded_basic_string_sequence< charT >::get_buffer ( CORBA::Boolean  orphan = false)
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 >
const_element_type TAO::unbounded_basic_string_sequence< charT >::operator[] ( CORBA::ULong  i) const
inline
template<typename charT >
element_type TAO::unbounded_basic_string_sequence< charT >::operator[] ( CORBA::ULong  i)
inline
template<typename charT >
CORBA::Boolean TAO::unbounded_basic_string_sequence< charT >::release ( ) const
inline
template<typename charT >
void TAO::unbounded_basic_string_sequence< charT >::replace ( CORBA::ULong  maximum,
CORBA::ULong  length,
value_type data,
CORBA::Boolean  release = false 
)
inline
template<typename charT >
void TAO::unbounded_basic_string_sequence< charT >::swap ( unbounded_basic_string_sequence< charT > &  rhs)
throw (
)
inline

Member Data Documentation

template<typename charT >
implementation_type TAO::unbounded_basic_string_sequence< charT >::impl_
private

The documentation for this class was generated from the following file: