CORBA::WCharSeq Class Reference

#include <WCharSeqC.h>

Inheritance diagram for CORBA::WCharSeq:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef WCharSeq_var _var_type
typedef WCharSeq_out _out_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef WCharSeq_out CORBA::WCharSeq::_out_type
 

Definition at line 105 of file WCharSeqC.h.

typedef WCharSeq_var CORBA::WCharSeq::_var_type
 

Definition at line 104 of file WCharSeqC.h.


Constructor & Destructor Documentation

CORBA::WCharSeq::WCharSeq void   ) 
 

Definition at line 56 of file WCharSeqC.cpp.

00057 {}

CORBA::WCharSeq::WCharSeq ::CORBA::ULong  max  ) 
 

Definition at line 59 of file WCharSeqC.cpp.

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

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

Definition at line 68 of file WCharSeqC.cpp.

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

CORBA::WCharSeq::WCharSeq const WCharSeq  ) 
 

Definition at line 80 of file WCharSeqC.cpp.

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

CORBA::WCharSeq::~WCharSeq void   )  [virtual]
 

Definition at line 89 of file WCharSeqC.cpp.

00090 {}


Member Function Documentation

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

Definition at line 92 of file WCharSeqC.cpp.

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