#include <ULongSeqC.h>
Inheritance diagram for CORBA::ULongSeq:


Public Types | |
| typedef ULongSeq_var | _var_type |
| typedef ULongSeq_out | _out_type |
Public Member Functions | |
| ULongSeq (void) | |
| ULongSeq (CORBA::ULong max) | |
| ULongSeq (CORBA::ULong max, CORBA::ULong length, CORBA::ULong *buffer, CORBA::Boolean release=false) | |
| ULongSeq (const ULongSeq &) | |
| ~ULongSeq (void) | |
Static Public Member Functions | |
| void | _tao_any_destructor (void *) |
|
|
Definition at line 109 of file ULongSeqC.h. |
|
|
Definition at line 108 of file ULongSeqC.h. |
|
|
Definition at line 52 of file ULongSeqC.cpp.
00053 {}
|
|
|
Definition at line 55 of file ULongSeqC.cpp.
00058 : TAO::unbounded_value_sequence< 00059 CORBA::ULong 00060 > 00061 (max) 00062 {} |
|
||||||||||||||||||||
|
Definition at line 64 of file ULongSeqC.cpp.
00070 : TAO::unbounded_value_sequence< 00071 CORBA::ULong 00072 > 00073 (max, length, buffer, release) 00074 {} |
|
|
Definition at line 76 of file ULongSeqC.cpp.
00079 : TAO::unbounded_value_sequence< 00080 CORBA::ULong 00081 > 00082 (seq) 00083 {} |
|
|
Definition at line 85 of file ULongSeqC.cpp.
00086 {}
|
|
|
Definition at line 88 of file ULongSeqC.cpp.
00091 {
00092 ULongSeq * _tao_tmp_pointer =
00093 static_cast<ULongSeq *> (_tao_void_pointer);
00094 delete _tao_tmp_pointer;
00095 }
|
1.3.6