#include <WStringSeqC.h>
Inheritance diagram for CORBA::WStringSeq:


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 *) |
|
|
Definition at line 102 of file WStringSeqC.h. |
|
|
Definition at line 101 of file WStringSeqC.h. |
|
|
Definition at line 52 of file WStringSeqC.cpp.
00053 {}
|
|
|
Definition at line 55 of file WStringSeqC.cpp.
00058 : TAO::unbounded_wstring_sequence 00059 (max) 00060 {} |
|
||||||||||||||||||||
|
Definition at line 62 of file WStringSeqC.cpp.
00068 : TAO::unbounded_wstring_sequence 00069 (max, length, buffer, release) 00070 {} |
|
|
Definition at line 72 of file WStringSeqC.cpp.
00075 : TAO::unbounded_wstring_sequence 00076 (seq) 00077 {} |
|
|
Definition at line 79 of file WStringSeqC.cpp.
00080 {}
|
|
|
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 }
|
1.3.6