RTCORBA::ThreadpoolLanes Class Reference

#include <RTCORBAC.h>

Inheritance diagram for RTCORBA::ThreadpoolLanes:

Inheritance graph
[legend]
Collaboration diagram for RTCORBA::ThreadpoolLanes:

Collaboration graph
[legend]
List of all members.

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 *)

Member Typedef Documentation

typedef ThreadpoolLanes_var RTCORBA::ThreadpoolLanes::_var_type
 

Definition at line 213 of file RTCORBAC.h.


Constructor & Destructor Documentation

RTCORBA::ThreadpoolLanes::ThreadpoolLanes void   ) 
 

Definition at line 89 of file RTCORBAC.cpp.

00090 {}

RTCORBA::ThreadpoolLanes::ThreadpoolLanes CORBA::ULong  max  ) 
 

Definition at line 92 of file RTCORBAC.cpp.

00095   : TAO::unbounded_value_sequence<
00096         RTCORBA::ThreadpoolLane
00097       >
00098     (max)
00099 {}

RTCORBA::ThreadpoolLanes::ThreadpoolLanes CORBA::ULong  max,
CORBA::ULong  length,
ThreadpoolLane buffer,
CORBA::Boolean  release = false
 

Definition at line 101 of file RTCORBAC.cpp.

00107   : TAO::unbounded_value_sequence<
00108         RTCORBA::ThreadpoolLane
00109       >
00110     (max, length, buffer, release)
00111 {}

RTCORBA::ThreadpoolLanes::ThreadpoolLanes const ThreadpoolLanes  ) 
 

Definition at line 113 of file RTCORBAC.cpp.

00116   : TAO::unbounded_value_sequence<
00117         RTCORBA::ThreadpoolLane
00118       >
00119     (seq)
00120 {}

RTCORBA::ThreadpoolLanes::~ThreadpoolLanes void   ) 
 

Definition at line 122 of file RTCORBAC.cpp.

00123 {}


Member Function Documentation

void RTCORBA::ThreadpoolLanes::_tao_any_destructor void *   )  [static]
 

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 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:01:01 2006 for TAO_RTCORBA by doxygen 1.3.6