CORBA::ShortSeq Class Reference

#include <ShortSeqC.h>

Inheritance diagram for CORBA::ShortSeq:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef ShortSeq_var _var_type
typedef ShortSeq_out _out_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef ShortSeq_out CORBA::ShortSeq::_out_type
 

Definition at line 104 of file ShortSeqC.h.

typedef ShortSeq_var CORBA::ShortSeq::_var_type
 

Definition at line 103 of file ShortSeqC.h.


Constructor & Destructor Documentation

CORBA::ShortSeq::ShortSeq void   ) 
 

Definition at line 52 of file ShortSeqC.cpp.

00053 {}

CORBA::ShortSeq::ShortSeq CORBA::ULong  max  ) 
 

Definition at line 55 of file ShortSeqC.cpp.

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

CORBA::ShortSeq::ShortSeq CORBA::ULong  max,
CORBA::ULong  length,
CORBA::Short buffer,
CORBA::Boolean  release = false
 

Definition at line 64 of file ShortSeqC.cpp.

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

CORBA::ShortSeq::ShortSeq const ShortSeq  ) 
 

Definition at line 76 of file ShortSeqC.cpp.

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

CORBA::ShortSeq::~ShortSeq void   ) 
 

Definition at line 85 of file ShortSeqC.cpp.

00086 {}


Member Function Documentation

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

Definition at line 88 of file ShortSeqC.cpp.

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