CORBA::WStringSeq Class Reference

#include <WStringSeqC.h>

Inheritance diagram for CORBA::WStringSeq:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef WStringSeq_var _var_type
typedef WStringSeq_out _out_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef WStringSeq_out CORBA::WStringSeq::_out_type
 

Definition at line 102 of file WStringSeqC.h.

typedef WStringSeq_var CORBA::WStringSeq::_var_type
 

Definition at line 101 of file WStringSeqC.h.


Constructor & Destructor Documentation

CORBA::WStringSeq::WStringSeq void   ) 
 

Definition at line 52 of file WStringSeqC.cpp.

00053 {}

CORBA::WStringSeq::WStringSeq ::CORBA::ULong  max  ) 
 

Definition at line 55 of file WStringSeqC.cpp.

00058   : TAO::unbounded_wstring_sequence
00059     (max)
00060 {}

CORBA::WStringSeq::WStringSeq ::CORBA::ULong  max,
::CORBA::ULong  length,
::CORBA::WChar **  buffer,
::CORBA::Boolean  release = false
 

Definition at line 62 of file WStringSeqC.cpp.

00068   : TAO::unbounded_wstring_sequence
00069     (max, length, buffer, release)
00070 {}

CORBA::WStringSeq::WStringSeq const WStringSeq  ) 
 

Definition at line 72 of file WStringSeqC.cpp.

00075   : TAO::unbounded_wstring_sequence
00076     (seq)
00077 {}

CORBA::WStringSeq::~WStringSeq void   ) 
 

Definition at line 79 of file WStringSeqC.cpp.

00080 {}


Member Function Documentation

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

Definition at line 82 of file WStringSeqC.cpp.

00085 {
00086   WStringSeq * _tao_tmp_pointer =
00087     static_cast<WStringSeq *> (_tao_void_pointer);
00088   delete _tao_tmp_pointer;
00089 }


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