CONV_FRAME::CodeSetIdSeq Class Reference

#include <CONV_FRAMEC.h>

Inheritance diagram for CONV_FRAME::CodeSetIdSeq:

Inheritance graph
[legend]
Collaboration diagram for CONV_FRAME::CodeSetIdSeq:

Collaboration graph
[legend]
List of all members.

Public Types

typedef CodeSetIdSeq_var _var_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef CodeSetIdSeq_var CONV_FRAME::CodeSetIdSeq::_var_type
 

Definition at line 115 of file CONV_FRAMEC.h.


Constructor & Destructor Documentation

CONV_FRAME::CodeSetIdSeq::CodeSetIdSeq void   ) 
 

Definition at line 52 of file CONV_FRAMEC.cpp.

00053 {}

CONV_FRAME::CodeSetIdSeq::CodeSetIdSeq CORBA::ULong  max  ) 
 

Definition at line 55 of file CONV_FRAMEC.cpp.

References CONV_FRAME::CodeSetId.

00058   : TAO::unbounded_value_sequence<
00059         CodeSetId
00060       >
00061     (max)
00062 {}

CONV_FRAME::CodeSetIdSeq::CodeSetIdSeq CORBA::ULong  max,
CORBA::ULong  length,
CORBA::ULong buffer,
CORBA::Boolean  release = false
 

Definition at line 64 of file CONV_FRAMEC.cpp.

References CONV_FRAME::CodeSetId.

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

CONV_FRAME::CodeSetIdSeq::CodeSetIdSeq const CodeSetIdSeq  ) 
 

Definition at line 76 of file CONV_FRAMEC.cpp.

References CONV_FRAME::CodeSetId.

00079   : TAO::unbounded_value_sequence<
00080         CodeSetId
00081       >
00082     (seq)
00083 {}

CONV_FRAME::CodeSetIdSeq::~CodeSetIdSeq void   ) 
 

Definition at line 85 of file CONV_FRAMEC.cpp.

00086 {}


Member Function Documentation

void CONV_FRAME::CodeSetIdSeq::_tao_any_destructor void *   )  [static]
 

Definition at line 88 of file CONV_FRAMEC.cpp.

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


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