#include <Unbounded_Object_Reference_Sequence_T.h>
List of all members.
Public Types |
typedef object_t | object_type |
typedef object_type * | value_type |
typedef value_type const | const_value_type |
typedef ::CORBA::ULong | size_type |
typedef
details::object_reference_traits
< object_type, object_t_var,
true > | element_traits |
typedef
details::unbounded_reference_allocation_traits
< value_type, element_traits,
true > | allocation_traits |
typedef
details::object_reference_sequence_element
< element_traits > | element_type |
typedef
details::object_reference_const_sequence_element
< element_traits > | const_element_type |
typedef element_type | subscript_type |
typedef value_type const & | const_subscript_type |
typedef
details::generic_sequence
< value_type,
allocation_traits,
element_traits > | implementation_type |
Public Member Functions |
| unbounded_object_reference_sequence () |
| unbounded_object_reference_sequence (CORBA::ULong maximum) |
| unbounded_object_reference_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) |
value_type const * | get_buffer () const |
void | replace (CORBA::ULong maximum, CORBA::ULong length, value_type *data, CORBA::Boolean release=false) |
value_type * | get_buffer (CORBA::Boolean orphan=false) |
void | swap (unbounded_object_reference_sequence &rhs) throw () |
Static Public Member Functions |
static value_type * | allocbuf (CORBA::ULong maximum) |
static void | freebuf (value_type *buffer) |
Private Attributes |
implementation_type | impl_ |
Member Typedef Documentation
typedef value_type const& TAO::unbounded_object_reference_sequence::const_subscript_type |
typedef value_type const TAO::unbounded_object_reference_sequence::const_value_type |
typedef object_t TAO::unbounded_object_reference_sequence::object_type |
typedef ::CORBA::ULong TAO::unbounded_object_reference_sequence::size_type |
typedef element_type TAO::unbounded_object_reference_sequence::subscript_type |
typedef object_type* TAO::unbounded_object_reference_sequence::value_type |
Constructor & Destructor Documentation
TAO::unbounded_object_reference_sequence::unbounded_object_reference_sequence |
( |
| ) |
[inline] |
TAO::unbounded_object_reference_sequence::unbounded_object_reference_sequence |
( |
CORBA::ULong |
maximum | ) |
[inline, explicit] |
Member Function Documentation
static value_type* TAO::unbounded_object_reference_sequence::allocbuf |
( |
CORBA::ULong |
maximum | ) |
[inline, static] |
static void TAO::unbounded_object_reference_sequence::freebuf |
( |
value_type * |
buffer | ) |
[inline, static] |
value_type const* TAO::unbounded_object_reference_sequence::get_buffer |
( |
| ) |
const [inline] |
CORBA::ULong TAO::unbounded_object_reference_sequence::length |
( |
| ) |
const [inline] |
void TAO::unbounded_object_reference_sequence::length |
( |
CORBA::ULong |
length | ) |
[inline] |
CORBA::ULong TAO::unbounded_object_reference_sequence::maximum |
( |
| ) |
const [inline] |
CORBA::Boolean TAO::unbounded_object_reference_sequence::release |
( |
| ) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: