CORBA::ServiceOptionSeq Class Reference

#include <ServicesC.h>

Inheritance diagram for CORBA::ServiceOptionSeq:

Inheritance graph
[legend]
Collaboration diagram for CORBA::ServiceOptionSeq:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ServiceOptionSeq_var _var_type

Public Member Functions

 ServiceOptionSeq (void)
 ServiceOptionSeq (CORBA::ULong max)
 ServiceOptionSeq (CORBA::ULong max, CORBA::ULong length, CORBA::ULong *buffer, CORBA::Boolean release=false)
 ServiceOptionSeq (const ServiceOptionSeq &)
 ~ServiceOptionSeq (void)

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef ServiceOptionSeq_var CORBA::ServiceOptionSeq::_var_type
 

Definition at line 135 of file ServicesC.h.


Constructor & Destructor Documentation

CORBA::ServiceOptionSeq::ServiceOptionSeq void   ) 
 

Definition at line 53 of file ServicesC.cpp.

00054 {}

CORBA::ServiceOptionSeq::ServiceOptionSeq CORBA::ULong  max  ) 
 

Definition at line 56 of file ServicesC.cpp.

References CORBA::ServiceOption.

00059   : TAO::unbounded_value_sequence<
00060         ServiceOption
00061       >
00062     (max)
00063 {}

CORBA::ServiceOptionSeq::ServiceOptionSeq CORBA::ULong  max,
CORBA::ULong  length,
CORBA::ULong buffer,
CORBA::Boolean  release = false
 

Definition at line 65 of file ServicesC.cpp.

References CORBA::ServiceOption.

00071   : TAO::unbounded_value_sequence<
00072         ServiceOption
00073       >
00074     (max, length, buffer, release)
00075 {}

CORBA::ServiceOptionSeq::ServiceOptionSeq const ServiceOptionSeq  ) 
 

Definition at line 77 of file ServicesC.cpp.

References CORBA::ServiceOption.

00080   : TAO::unbounded_value_sequence<
00081         ServiceOption
00082       >
00083     (seq)
00084 {}

CORBA::ServiceOptionSeq::~ServiceOptionSeq void   ) 
 

Definition at line 86 of file ServicesC.cpp.

00087 {}


Member Function Documentation

void CORBA::ServiceOptionSeq::_tao_any_destructor void *   )  [static]
 

Definition at line 89 of file ServicesC.cpp.

00092 {
00093   ServiceOptionSeq * _tao_tmp_pointer =
00094     static_cast<ServiceOptionSeq *> (_tao_void_pointer);
00095   delete _tao_tmp_pointer;
00096 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 12:25:12 2006 for TAO by doxygen 1.3.6