CORBA::CharSeq Class Reference

#include <CharSeqC.h>

Inheritance diagram for CORBA::CharSeq:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef CharSeq_var _var_type
typedef CharSeq_out _out_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef CharSeq_out CORBA::CharSeq::_out_type
 

Definition at line 104 of file CharSeqC.h.

typedef CharSeq_var CORBA::CharSeq::_var_type
 

Definition at line 103 of file CharSeqC.h.


Constructor & Destructor Documentation

CORBA::CharSeq::CharSeq void   ) 
 

Definition at line 52 of file CharSeqC.cpp.

00053 {}

CORBA::CharSeq::CharSeq ::CORBA::ULong  max  ) 
 

Definition at line 55 of file CharSeqC.cpp.

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

CORBA::CharSeq::CharSeq ::CORBA::ULong  max,
::CORBA::ULong  length,
::CORBA::Char buffer,
::CORBA::Boolean  release = false
 

Definition at line 64 of file CharSeqC.cpp.

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

CORBA::CharSeq::CharSeq const CharSeq  ) 
 

Definition at line 76 of file CharSeqC.cpp.

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

CORBA::CharSeq::~CharSeq void   ) 
 

Definition at line 85 of file CharSeqC.cpp.

00086 {}


Member Function Documentation

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

Definition at line 88 of file CharSeqC.cpp.

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