CORBA::StringSeq Class Reference

#include <StringSeqC.h>

Inheritance diagram for CORBA::StringSeq:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef StringSeq_var _var_type
typedef StringSeq_out _out_type

Public Member Functions

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

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef StringSeq_out CORBA::StringSeq::_out_type
 

Definition at line 102 of file StringSeqC.h.

typedef StringSeq_var CORBA::StringSeq::_var_type
 

Definition at line 101 of file StringSeqC.h.


Constructor & Destructor Documentation

CORBA::StringSeq::StringSeq void   ) 
 

Definition at line 52 of file StringSeqC.cpp.

00053 {}

CORBA::StringSeq::StringSeq CORBA::ULong  max  ) 
 

Definition at line 55 of file StringSeqC.cpp.

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

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

CORBA::StringSeq::StringSeq const StringSeq  ) 
 

Definition at line 72 of file StringSeqC.cpp.

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

CORBA::StringSeq::~StringSeq void   ) 
 

Definition at line 79 of file StringSeqC.cpp.

00080 {}


Member Function Documentation

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

Definition at line 82 of file StringSeqC.cpp.

00085 {
00086   StringSeq * _tao_tmp_pointer =
00087     static_cast<StringSeq *> (_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:15 2006 for TAO by doxygen 1.3.6