TAO_RTCORBA
2.1.2
|
#include <RTCORBAC.h>
Public Types | |
typedef ThreadpoolLanes_var | _var_type |
typedef ThreadpoolLanes_out | _out_type |
![]() | |
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 ::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 | |
ThreadpoolLanes (void) | |
ThreadpoolLanes (::CORBA::ULong max) | |
ThreadpoolLanes (::CORBA::ULong max,::CORBA::ULong length, ThreadpoolLane *buffer,::CORBA::Boolean release=false) | |
ThreadpoolLanes (const ThreadpoolLanes &) | |
virtual | ~ThreadpoolLanes (void) |
![]() | |
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_type & | operator[] (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_type * | get_buffer (CORBA::Boolean orphan=false) |
void | swap (unbounded_value_sequence &rhs) |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
![]() | |
static value_type * | allocbuf (CORBA::ULong maximum) |
static void | freebuf (value_type *buffer) |
RTCORBA::ThreadpoolLanes::ThreadpoolLanes | ( | void | ) |
RTCORBA::ThreadpoolLanes::ThreadpoolLanes | ( | ::CORBA::ULong | max | ) |
RTCORBA::ThreadpoolLanes::ThreadpoolLanes | ( | ::CORBA::ULong | max, |
::CORBA::ULong | length, | ||
RTCORBA::ThreadpoolLane * | buffer, | ||
::CORBA::Boolean | release = false |
||
) |
RTCORBA::ThreadpoolLanes::ThreadpoolLanes | ( | const ThreadpoolLanes & | seq | ) |
|
virtual |
|
static |