#include <RTCORBAC.h>
Inheritance diagram for RTCORBA::ThreadpoolLanes:
Public Types | |
typedef ThreadpoolLanes_var | _var_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 &) | |
~ThreadpoolLanes (void) | |
Static Public Member Functions | |
void | _tao_any_destructor (void *) |
|
Definition at line 213 of file RTCORBAC.h. |
|
Definition at line 89 of file RTCORBAC.cpp.
00090 {} |
|
Definition at line 92 of file RTCORBAC.cpp.
00095 : TAO::unbounded_value_sequence< 00096 RTCORBA::ThreadpoolLane 00097 > 00098 (max) 00099 {} |
|
Definition at line 101 of file RTCORBAC.cpp.
00107 : TAO::unbounded_value_sequence< 00108 RTCORBA::ThreadpoolLane 00109 > 00110 (max, length, buffer, release) 00111 {} |
|
Definition at line 113 of file RTCORBAC.cpp.
00116 : TAO::unbounded_value_sequence< 00117 RTCORBA::ThreadpoolLane 00118 > 00119 (seq) 00120 {} |
|
Definition at line 122 of file RTCORBAC.cpp.
00123 {} |
|
Definition at line 125 of file RTCORBAC.cpp.
00128 { 00129 ThreadpoolLanes * _tao_tmp_pointer = 00130 static_cast<ThreadpoolLanes *> (_tao_void_pointer); 00131 delete _tao_tmp_pointer; 00132 } |