TAO  2.0.6
Public Types | Public Member Functions | Static Public Member Functions | Private Attributes
TAO::unbounded_basic_string_sequence Class Reference

#include <Unbounded_Basic_String_Sequence_T.h>

Inheritance diagram for TAO::unbounded_basic_string_sequence:
Inheritance graph
[legend]

List of all members.

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_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_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

typedef details::unbounded_reference_allocation_traits<value_type,element_traits,true> TAO::unbounded_basic_string_sequence::allocation_traits
typedef charT TAO::unbounded_basic_string_sequence::character_type
typedef details::string_const_sequence_element<element_traits> TAO::unbounded_basic_string_sequence::const_element_type
typedef const_value_type TAO::unbounded_basic_string_sequence::const_subscript_type
typedef character_type const* TAO::unbounded_basic_string_sequence::const_value_type
typedef details::string_traits<character_type,true> TAO::unbounded_basic_string_sequence::element_traits
typedef details::string_sequence_element<element_traits> TAO::unbounded_basic_string_sequence::element_type
typedef details::generic_sequence<value_type, allocation_traits, element_traits> TAO::unbounded_basic_string_sequence::implementation_type
typedef ::CORBA::ULong TAO::unbounded_basic_string_sequence::size_type
typedef element_type TAO::unbounded_basic_string_sequence::subscript_type
typedef character_type* TAO::unbounded_basic_string_sequence::value_type

Constructor & Destructor Documentation

TAO::unbounded_basic_string_sequence::unbounded_basic_string_sequence ( ) [inline]
TAO::unbounded_basic_string_sequence::unbounded_basic_string_sequence ( CORBA::ULong  maximum) [inline, explicit]
TAO::unbounded_basic_string_sequence::unbounded_basic_string_sequence ( CORBA::ULong  maximum,
CORBA::ULong  length,
value_type data,
CORBA::Boolean  release 
) [inline]

Member Function Documentation

static value_type* TAO::unbounded_basic_string_sequence::allocbuf ( CORBA::ULong  maximum) [inline, static]
static void TAO::unbounded_basic_string_sequence::freebuf ( value_type buffer) [inline, static]
const_value_type const* TAO::unbounded_basic_string_sequence::get_buffer ( ) const [inline]
value_type* TAO::unbounded_basic_string_sequence::get_buffer ( CORBA::Boolean  orphan = false) [inline]
CORBA::ULong TAO::unbounded_basic_string_sequence::length ( ) const [inline]
void TAO::unbounded_basic_string_sequence::length ( CORBA::ULong  length) [inline]
CORBA::ULong TAO::unbounded_basic_string_sequence::maximum ( ) const [inline]
const_element_type TAO::unbounded_basic_string_sequence::operator[] ( CORBA::ULong  i) const [inline]
[]

element_type TAO::unbounded_basic_string_sequence::operator[] ( CORBA::ULong  i) [inline]
[]

CORBA::Boolean TAO::unbounded_basic_string_sequence::release ( ) const [inline]
void TAO::unbounded_basic_string_sequence::replace ( CORBA::ULong  maximum,
CORBA::ULong  length,
value_type data,
CORBA::Boolean  release = false 
) [inline]
void TAO::unbounded_basic_string_sequence::swap ( unbounded_basic_string_sequence rhs) throw () [inline]

Member Data Documentation

implementation_type TAO::unbounded_basic_string_sequence::impl_ [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines