TAO
2.3.3
|
#include <Unbounded_Octet_Sequence_T.h>
Public Types | |
typedef CORBA::Octet | value_type |
typedef CORBA::Octet | element_type |
typedef CORBA::Octet const | const_value_type |
typedef value_type & | subscript_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 |
typedef details::range_checking< value_type, true > | range |
Static Public Member Functions | |
static value_type * | allocbuf (CORBA::ULong maximum) |
static void | freebuf (value_type *buffer) |
Private Attributes | |
CORBA::ULong | maximum_ |
The maximum number of elements the buffer can contain. More... | |
CORBA::ULong | length_ |
The current number of elements in the buffer. More... | |
value_type * | buffer_ |
CORBA::Boolean | release_ |
ACE_Message_Block * | mb_ |
typedef details::unbounded_value_allocation_traits<value_type,true> TAO::unbounded_value_sequence< CORBA::Octet >::allocation_traits |
typedef value_type const& TAO::unbounded_value_sequence< CORBA::Octet >::const_subscript_type |
typedef CORBA::Octet const TAO::unbounded_value_sequence< CORBA::Octet >::const_value_type |
typedef details::value_traits<value_type,true> TAO::unbounded_value_sequence< CORBA::Octet >::element_traits |
typedef details::generic_sequence<value_type, allocation_traits, element_traits> TAO::unbounded_value_sequence< CORBA::Octet >::implementation_type |
typedef details::range_checking<value_type,true> TAO::unbounded_value_sequence< CORBA::Octet >::range |
typedef ::CORBA::ULong TAO::unbounded_value_sequence< CORBA::Octet >::size_type |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
Create a sequence of octets from a single message block (i.e. it ignores any chaining in the message block).
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns the underlying message block, the caller must not release the copy.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Replaces the current buffer with mb, using only length bytes. It takes a duplicate of <mb> so the user still owns it.
|
inline |
|
mutableprivate |
The buffer with all the elements, casting must be done in derived classes.
|
private |
The current number of elements in the buffer.
|
private |
The maximum number of elements the buffer can contain.
|
private |
|
mutableprivate |
If true then the sequence should release the buffer when it is destroyed.