CORBA::LongLongSeq Class Reference

#include <LongLongSeqC.h>

Inheritance diagram for CORBA::LongLongSeq:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef LongLongSeq_var _var_type
typedef LongLongSeq_out _out_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef LongLongSeq_out CORBA::LongLongSeq::_out_type
 

Definition at line 113 of file LongLongSeqC.h.

typedef LongLongSeq_var CORBA::LongLongSeq::_var_type
 

Definition at line 112 of file LongLongSeqC.h.


Constructor & Destructor Documentation

CORBA::LongLongSeq::LongLongSeq void   ) 
 

Definition at line 56 of file LongLongSeqC.cpp.

00057 {}

CORBA::LongLongSeq::LongLongSeq CORBA::ULong  max  ) 
 

Definition at line 59 of file LongLongSeqC.cpp.

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

CORBA::LongLongSeq::LongLongSeq CORBA::ULong  max,
CORBA::ULong  length,
CORBA::LongLong buffer,
CORBA::Boolean  release = false
 

Definition at line 68 of file LongLongSeqC.cpp.

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

CORBA::LongLongSeq::LongLongSeq const LongLongSeq  ) 
 

Definition at line 80 of file LongLongSeqC.cpp.

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

CORBA::LongLongSeq::~LongLongSeq void   ) 
 

Definition at line 89 of file LongLongSeqC.cpp.

00090 {}


Member Function Documentation

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

Definition at line 92 of file LongLongSeqC.cpp.

00095 {
00096   LongLongSeq * _tao_tmp_pointer =
00097     static_cast<LongLongSeq *> (_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:55 2006 for TAO by doxygen 1.3.6