CORBA::ULongSeq Class Reference

#include <ULongSeqC.h>

Inheritance diagram for CORBA::ULongSeq:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef ULongSeq_var _var_type
typedef ULongSeq_out _out_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef ULongSeq_out CORBA::ULongSeq::_out_type
 

Definition at line 109 of file ULongSeqC.h.

typedef ULongSeq_var CORBA::ULongSeq::_var_type
 

Definition at line 108 of file ULongSeqC.h.


Constructor & Destructor Documentation

CORBA::ULongSeq::ULongSeq void   ) 
 

Definition at line 52 of file ULongSeqC.cpp.

00053 {}

CORBA::ULongSeq::ULongSeq CORBA::ULong  max  ) 
 

Definition at line 55 of file ULongSeqC.cpp.

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

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

Definition at line 64 of file ULongSeqC.cpp.

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

CORBA::ULongSeq::ULongSeq const ULongSeq  ) 
 

Definition at line 76 of file ULongSeqC.cpp.

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

CORBA::ULongSeq::~ULongSeq void   ) 
 

Definition at line 85 of file ULongSeqC.cpp.

00086 {}


Member Function Documentation

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

Definition at line 88 of file ULongSeqC.cpp.

00091 {
00092   ULongSeq * _tao_tmp_pointer =
00093     static_cast<ULongSeq *> (_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:25:18 2006 for TAO by doxygen 1.3.6