IOP::MultipleComponentProfile Class Reference

#include <IOP_IORC.h>

Inheritance diagram for IOP::MultipleComponentProfile:

Inheritance graph
[legend]
Collaboration diagram for IOP::MultipleComponentProfile:

Collaboration graph
[legend]
List of all members.

Public Types

typedef MultipleComponentProfile_var _var_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef MultipleComponentProfile_var IOP::MultipleComponentProfile::_var_type
 

Definition at line 266 of file IOP_IORC.h.


Constructor & Destructor Documentation

IOP::MultipleComponentProfile::MultipleComponentProfile void   ) 
 

Definition at line 145 of file IOP_IORC.cpp.

00146 {}

IOP::MultipleComponentProfile::MultipleComponentProfile CORBA::ULong  max  ) 
 

Definition at line 148 of file IOP_IORC.cpp.

00151   : TAO::unbounded_value_sequence<
00152         TaggedComponent
00153       >
00154     (max)
00155 {}

IOP::MultipleComponentProfile::MultipleComponentProfile CORBA::ULong  max,
CORBA::ULong  length,
TaggedComponent buffer,
CORBA::Boolean  release = false
 

Definition at line 157 of file IOP_IORC.cpp.

00163   : TAO::unbounded_value_sequence<
00164         TaggedComponent
00165       >
00166     (max, length, buffer, release)
00167 {}

IOP::MultipleComponentProfile::MultipleComponentProfile const MultipleComponentProfile  ) 
 

Definition at line 169 of file IOP_IORC.cpp.

00172   : TAO::unbounded_value_sequence<
00173         TaggedComponent
00174       >
00175     (seq)
00176 {}

IOP::MultipleComponentProfile::~MultipleComponentProfile void   ) 
 

Definition at line 178 of file IOP_IORC.cpp.

00179 {}


Member Function Documentation

void IOP::MultipleComponentProfile::_tao_any_destructor void *   )  [static]
 

Definition at line 181 of file IOP_IORC.cpp.

00184 {
00185   MultipleComponentProfile * _tao_tmp_pointer =
00186     static_cast<MultipleComponentProfile *> (_tao_void_pointer);
00187   delete _tao_tmp_pointer;
00188 }


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