#include <RTCORBAC.h>
Inheritance diagram for RTCORBA::PriorityBands:
Public Types | |
typedef PriorityBands_var | _var_type |
Public Member Functions | |
PriorityBands (void) | |
PriorityBands (CORBA::ULong max) | |
PriorityBands (CORBA::ULong max, CORBA::ULong length, PriorityBand *buffer, CORBA::Boolean release=false) | |
PriorityBands (const PriorityBands &) | |
~PriorityBands (void) | |
Static Public Member Functions | |
void | _tao_any_destructor (void *) |
|
Definition at line 2125 of file RTCORBAC.h. |
|
Definition at line 1813 of file RTCORBAC.cpp.
01814 {} |
|
Definition at line 1816 of file RTCORBAC.cpp.
01819 : TAO::unbounded_value_sequence< 01820 RTCORBA::PriorityBand 01821 > 01822 (max) 01823 {} |
|
Definition at line 1825 of file RTCORBAC.cpp.
01831 : TAO::unbounded_value_sequence< 01832 RTCORBA::PriorityBand 01833 > 01834 (max, length, buffer, release) 01835 {} |
|
Definition at line 1837 of file RTCORBAC.cpp.
01840 : TAO::unbounded_value_sequence< 01841 RTCORBA::PriorityBand 01842 > 01843 (seq) 01844 {} |
|
Definition at line 1846 of file RTCORBAC.cpp.
01847 {} |
|
Definition at line 1849 of file RTCORBAC.cpp.
01852 { 01853 PriorityBands * _tao_tmp_pointer = 01854 static_cast<PriorityBands *> (_tao_void_pointer); 01855 delete _tao_tmp_pointer; 01856 } |