CORBA::LongSeq Class Reference

#include <LongSeqC.h>

Inheritance diagram for CORBA::LongSeq:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef LongSeq_var _var_type
typedef LongSeq_out _out_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef LongSeq_out CORBA::LongSeq::_out_type
 

Definition at line 113 of file LongSeqC.h.

typedef LongSeq_var CORBA::LongSeq::_var_type
 

Definition at line 112 of file LongSeqC.h.


Constructor & Destructor Documentation

CORBA::LongSeq::LongSeq void   ) 
 

Definition at line 56 of file LongSeqC.cpp.

00057 {}

CORBA::LongSeq::LongSeq CORBA::ULong  max  ) 
 

Definition at line 59 of file LongSeqC.cpp.

00062   : TAO::unbounded_value_sequence<
00063         CORBA::Long
00064       >
00065     (max)
00066 {}

CORBA::LongSeq::LongSeq CORBA::ULong  max,
CORBA::ULong  length,
CORBA::Long buffer,
CORBA::Boolean  release = false
 

Definition at line 68 of file LongSeqC.cpp.

00074   : TAO::unbounded_value_sequence<
00075         CORBA::Long
00076       >
00077     (max, length, buffer, release)
00078 {}

CORBA::LongSeq::LongSeq const LongSeq  ) 
 

Definition at line 80 of file LongSeqC.cpp.

00083   : TAO::unbounded_value_sequence<
00084         CORBA::Long
00085       >
00086     (seq)
00087 {}

CORBA::LongSeq::~LongSeq void   ) 
 

Definition at line 89 of file LongSeqC.cpp.

00090 {}


Member Function Documentation

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

Definition at line 92 of file LongSeqC.cpp.

00095 {
00096   LongSeq * _tao_tmp_pointer =
00097     static_cast<LongSeq *> (_tao_void_pointer);
00098   delete _tao_tmp_pointer;
00099 }


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