IOP::TaggedProfileSeq Class Reference

#include <IOP_IORC.h>

Inheritance diagram for IOP::TaggedProfileSeq:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef TaggedProfileSeq_var _var_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef TaggedProfileSeq_var IOP::TaggedProfileSeq::_var_type
 

Definition at line 157 of file IOP_IORC.h.


Constructor & Destructor Documentation

IOP::TaggedProfileSeq::TaggedProfileSeq void   ) 
 

Definition at line 66 of file IOP_IORC.cpp.

00067 {}

IOP::TaggedProfileSeq::TaggedProfileSeq CORBA::ULong  max  ) 
 

Definition at line 69 of file IOP_IORC.cpp.

00072   : TAO::unbounded_value_sequence<
00073         TaggedProfile
00074       >
00075     (max)
00076 {}

IOP::TaggedProfileSeq::TaggedProfileSeq CORBA::ULong  max,
CORBA::ULong  length,
TaggedProfile buffer,
CORBA::Boolean  release = false
 

Definition at line 78 of file IOP_IORC.cpp.

00084   : TAO::unbounded_value_sequence<
00085         TaggedProfile
00086       >
00087     (max, length, buffer, release)
00088 {}

IOP::TaggedProfileSeq::TaggedProfileSeq const TaggedProfileSeq  ) 
 

Definition at line 90 of file IOP_IORC.cpp.

00093   : TAO::unbounded_value_sequence<
00094         TaggedProfile
00095       >
00096     (seq)
00097 {}

IOP::TaggedProfileSeq::~TaggedProfileSeq void   ) 
 

Definition at line 99 of file IOP_IORC.cpp.

00100 {}


Member Function Documentation

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

Definition at line 102 of file IOP_IORC.cpp.

00105 {
00106   TaggedProfileSeq * _tao_tmp_pointer =
00107     static_cast<TaggedProfileSeq *> (_tao_void_pointer);
00108   delete _tao_tmp_pointer;
00109 }


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