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

#include <Unbounded_Array_Sequence_T.h>

List of all members.

Public Types

typedef T_array * element_type
typedef T_array value_type
typedef T_slice * T_slice_ptr
typedef T_slice * slice_type
typedef T_slice_ptrconst_value_type
typedef value_typesubscript_type
typedef value_type const & const_subscript_type
typedef ::CORBA::ULong size_type
typedef
details::unbounded_array_allocation_traits
< value_type, true > 
allocation_traits
typedef TAO_Array_Forany_T
< T_array, T_slice, T_tag > 
forany
typedef details::array_traits
< forany
element_traits
typedef
details::generic_sequence
< value_type,
allocation_traits,
element_traits
implementation_type

Public Member Functions

 unbounded_array_sequence ()
 unbounded_array_sequence (CORBA::ULong maximum)
 unbounded_array_sequence (CORBA::ULong maximum, CORBA::ULong length, value_type *data, CORBA::Boolean release=false)
CORBA::ULong maximum () const
CORBA::Boolean release () const
CORBA::ULong length () const
void length (CORBA::ULong length)
value_type const & operator[] (CORBA::ULong i) const
value_typeoperator[] (CORBA::ULong i)
void replace (CORBA::ULong maximum, CORBA::ULong length, value_type *data, CORBA::Boolean release=false)
value_type const * get_buffer () const
value_typeget_buffer (CORBA::Boolean orphan=false)
void swap (unbounded_array_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_array_allocation_traits<value_type,true> TAO::unbounded_array_sequence::allocation_traits
typedef value_type const& TAO::unbounded_array_sequence::const_subscript_type
typedef T_slice_ptr* TAO::unbounded_array_sequence::const_value_type
typedef details::array_traits<forany> TAO::unbounded_array_sequence::element_traits
typedef T_array* TAO::unbounded_array_sequence::element_type
typedef TAO_Array_Forany_T<T_array, T_slice, T_tag> TAO::unbounded_array_sequence::forany
typedef details::generic_sequence<value_type, allocation_traits, element_traits> TAO::unbounded_array_sequence::implementation_type
typedef ::CORBA::ULong TAO::unbounded_array_sequence::size_type
typedef T_slice* TAO::unbounded_array_sequence::slice_type
typedef value_type& TAO::unbounded_array_sequence::subscript_type
typedef T_slice* TAO::unbounded_array_sequence::T_slice_ptr
typedef T_array TAO::unbounded_array_sequence::value_type

Constructor & Destructor Documentation

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

Member Function Documentation

static value_type* TAO::unbounded_array_sequence::allocbuf ( CORBA::ULong  maximum) [inline, static]
static void TAO::unbounded_array_sequence::freebuf ( value_type buffer) [inline, static]
value_type const* TAO::unbounded_array_sequence::get_buffer ( ) const [inline]
value_type* TAO::unbounded_array_sequence::get_buffer ( CORBA::Boolean  orphan = false) [inline]
CORBA::ULong TAO::unbounded_array_sequence::length ( ) const [inline]
void TAO::unbounded_array_sequence::length ( CORBA::ULong  length) [inline]
CORBA::ULong TAO::unbounded_array_sequence::maximum ( ) const [inline]
value_type const& TAO::unbounded_array_sequence::operator[] ( CORBA::ULong  i) const [inline]
value_type& TAO::unbounded_array_sequence::operator[] ( CORBA::ULong  i) [inline]
CORBA::Boolean TAO::unbounded_array_sequence::release ( ) const [inline]
void TAO::unbounded_array_sequence::replace ( CORBA::ULong  maximum,
CORBA::ULong  length,
value_type data,
CORBA::Boolean  release = false 
) [inline]
void TAO::unbounded_array_sequence::swap ( unbounded_array_sequence rhs) throw () [inline]

Member Data Documentation

implementation_type TAO::unbounded_array_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