RTCORBA::PriorityBands Class Reference

#include <RTCORBAC.h>

Inheritance diagram for RTCORBA::PriorityBands:

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

Collaboration graph
[legend]
List of all members.

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

Member Typedef Documentation

typedef PriorityBands_var RTCORBA::PriorityBands::_var_type
 

Definition at line 2125 of file RTCORBAC.h.


Constructor & Destructor Documentation

RTCORBA::PriorityBands::PriorityBands void   ) 
 

Definition at line 1813 of file RTCORBAC.cpp.

01814 {}

RTCORBA::PriorityBands::PriorityBands CORBA::ULong  max  ) 
 

Definition at line 1816 of file RTCORBAC.cpp.

01819   : TAO::unbounded_value_sequence<
01820         RTCORBA::PriorityBand
01821       >
01822     (max)
01823 {}

RTCORBA::PriorityBands::PriorityBands CORBA::ULong  max,
CORBA::ULong  length,
PriorityBand buffer,
CORBA::Boolean  release = false
 

Definition at line 1825 of file RTCORBAC.cpp.

01831   : TAO::unbounded_value_sequence<
01832         RTCORBA::PriorityBand
01833       >
01834     (max, length, buffer, release)
01835 {}

RTCORBA::PriorityBands::PriorityBands const PriorityBands  ) 
 

Definition at line 1837 of file RTCORBAC.cpp.

01840   : TAO::unbounded_value_sequence<
01841         RTCORBA::PriorityBand
01842       >
01843     (seq)
01844 {}

RTCORBA::PriorityBands::~PriorityBands void   ) 
 

Definition at line 1846 of file RTCORBAC.cpp.

01847 {}


Member Function Documentation

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

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 }


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