CORBA::UShortSeq Class Reference

#include <UShortSeqC.h>

Inheritance diagram for CORBA::UShortSeq:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef UShortSeq_var _var_type
typedef UShortSeq_out _out_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef UShortSeq_out CORBA::UShortSeq::_out_type
 

Definition at line 113 of file UShortSeqC.h.

typedef UShortSeq_var CORBA::UShortSeq::_var_type
 

Definition at line 112 of file UShortSeqC.h.


Constructor & Destructor Documentation

CORBA::UShortSeq::UShortSeq void   ) 
 

Definition at line 56 of file UShortSeqC.cpp.

00057 {}

CORBA::UShortSeq::UShortSeq CORBA::ULong  max  ) 
 

Definition at line 59 of file UShortSeqC.cpp.

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

CORBA::UShortSeq::UShortSeq CORBA::ULong  max,
CORBA::ULong  length,
CORBA::UShort buffer,
CORBA::Boolean  release = false
 

Definition at line 68 of file UShortSeqC.cpp.

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

CORBA::UShortSeq::UShortSeq const UShortSeq  ) 
 

Definition at line 80 of file UShortSeqC.cpp.

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

CORBA::UShortSeq::~UShortSeq void   ) 
 

Definition at line 89 of file UShortSeqC.cpp.

00090 {}


Member Function Documentation

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

Definition at line 92 of file UShortSeqC.cpp.

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