#include <Bounded_Value_Sequence_T.h>
Public Types | |
typedef T | value_type |
typedef T | element_type |
typedef T const | const_value_type |
typedef value_type & | subscript_type |
typedef value_type const & | const_subscript_type |
typedef details::bounded_value_allocation_traits < value_type, MAX, 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 | |
bounded_value_sequence () | |
bounded_value_sequence (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_type & | operator[] (CORBA::ULong i) |
void | replace (CORBA::ULong length, value_type *data, CORBA::Boolean release=false) |
value_type const * | get_buffer () const |
value_type * | get_buffer (CORBA::Boolean orphan=false) |
void | swap (bounded_value_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_ |
typedef T TAO::bounded_value_sequence< T, MAX >::value_type |
typedef T TAO::bounded_value_sequence< T, MAX >::element_type |
typedef T const TAO::bounded_value_sequence< T, MAX >::const_value_type |
typedef value_type& TAO::bounded_value_sequence< T, MAX >::subscript_type |
typedef value_type const& TAO::bounded_value_sequence< T, MAX >::const_subscript_type |
typedef details::bounded_value_allocation_traits<value_type,MAX,true> TAO::bounded_value_sequence< T, MAX >::allocation_traits |
typedef details::value_traits<value_type,true> TAO::bounded_value_sequence< T, MAX >::element_traits |
typedef details::generic_sequence<value_type, allocation_traits, element_traits> TAO::bounded_value_sequence< T, MAX >::implementation_type |
TAO::bounded_value_sequence< T, MAX >::bounded_value_sequence | ( | ) | [inline] |
TAO::bounded_value_sequence< T, MAX >::bounded_value_sequence | ( | CORBA::ULong | length, | |
value_type * | data, | |||
CORBA::Boolean | release = false | |||
) | [inline] |
CORBA::ULong TAO::bounded_value_sequence< T, MAX >::maximum | ( | ) | const [inline] |
CORBA::Boolean TAO::bounded_value_sequence< T, MAX >::release | ( | ) | const [inline] |
CORBA::ULong TAO::bounded_value_sequence< T, MAX >::length | ( | ) | const [inline] |
void TAO::bounded_value_sequence< T, MAX >::length | ( | CORBA::ULong | length | ) | [inline] |
value_type const& TAO::bounded_value_sequence< T, MAX >::operator[] | ( | CORBA::ULong | i | ) | const [inline] |
[]
value_type& TAO::bounded_value_sequence< T, MAX >::operator[] | ( | CORBA::ULong | i | ) | [inline] |
[]
void TAO::bounded_value_sequence< T, MAX >::replace | ( | CORBA::ULong | length, | |
value_type * | data, | |||
CORBA::Boolean | release = false | |||
) | [inline] |
value_type const* TAO::bounded_value_sequence< T, MAX >::get_buffer | ( | ) | const [inline] |
value_type* TAO::bounded_value_sequence< T, MAX >::get_buffer | ( | CORBA::Boolean | orphan = false |
) | [inline] |
void TAO::bounded_value_sequence< T, MAX >::swap | ( | bounded_value_sequence< T, MAX > & | rhs | ) | throw () [inline] |
static value_type* TAO::bounded_value_sequence< T, MAX >::allocbuf | ( | CORBA::ULong | maximum | ) | [inline, static] |
static value_type* TAO::bounded_value_sequence< T, MAX >::allocbuf | ( | ) | [inline, static] |
static void TAO::bounded_value_sequence< T, MAX >::freebuf | ( | value_type * | buffer | ) | [inline, static] |
implementation_type TAO::bounded_value_sequence< T, MAX >::impl_ [private] |