Public Types | Public Member Functions | Static Public Member Functions | Private Attributes

TAO::unbounded_value_sequence< T > Class Template Reference

#include <Unbounded_Value_Sequence_T.h>

List of all members.

Public Types

typedef T value_type
typedef T element_type
typedef T const const_value_type
typedef value_typesubscript_type
typedef value_type const & const_subscript_type
typedef ::CORBA::ULong size_type
typedef
details::unbounded_value_allocation_traits
< value_type, true > 
allocation_traits
typedef details::value_traits
< value_type, true > 
element_traits
typedef
details::generic_sequence
< value_type,
allocation_traits,
element_traits
implementation_type

Public Member Functions

 unbounded_value_sequence ()
 unbounded_value_sequence (CORBA::ULong maximum)
 unbounded_value_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_value_sequence &rhs) throw ()

Static Public Member Functions

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

Private Attributes

implementation_type impl_

template<class T>
class TAO::unbounded_value_sequence< T >


Member Typedef Documentation

template<class T >
typedef details::unbounded_value_allocation_traits<value_type,true> TAO::unbounded_value_sequence< T >::allocation_traits
template<class T >
typedef value_type const& TAO::unbounded_value_sequence< T >::const_subscript_type
template<class T >
typedef T const TAO::unbounded_value_sequence< T >::const_value_type
template<class T >
typedef details::value_traits<value_type,true> TAO::unbounded_value_sequence< T >::element_traits
template<class T >
typedef T TAO::unbounded_value_sequence< T >::element_type
template<class T >
typedef details::generic_sequence<value_type, allocation_traits, element_traits> TAO::unbounded_value_sequence< T >::implementation_type
template<class T >
typedef ::CORBA::ULong TAO::unbounded_value_sequence< T >::size_type
template<class T >
typedef value_type& TAO::unbounded_value_sequence< T >::subscript_type
template<class T >
typedef T TAO::unbounded_value_sequence< T >::value_type

Constructor & Destructor Documentation

template<class T >
TAO::unbounded_value_sequence< T >::unbounded_value_sequence (  )  [inline]
template<class T >
TAO::unbounded_value_sequence< T >::unbounded_value_sequence ( CORBA::ULong  maximum  )  [inline, explicit]
template<class T >
TAO::unbounded_value_sequence< T >::unbounded_value_sequence ( CORBA::ULong  maximum,
CORBA::ULong  length,
value_type data,
CORBA::Boolean  release = false 
) [inline]

Member Function Documentation

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

Member Data Documentation

template<class T >
implementation_type TAO::unbounded_value_sequence< T >::impl_ [private]

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