#include <LongSeqC.h>
Inheritance diagram for CORBA::LongSeq:


Public Types | |
| typedef LongSeq_var | _var_type |
| typedef LongSeq_out | _out_type |
Public Member Functions | |
| LongSeq (void) | |
| LongSeq (CORBA::ULong max) | |
| LongSeq (CORBA::ULong max, CORBA::ULong length, CORBA::Long *buffer, CORBA::Boolean release=false) | |
| LongSeq (const LongSeq &) | |
| ~LongSeq (void) | |
Static Public Member Functions | |
| void | _tao_any_destructor (void *) |
|
|
Definition at line 113 of file LongSeqC.h. |
|
|
Definition at line 112 of file LongSeqC.h. |
|
|
Definition at line 56 of file LongSeqC.cpp.
00057 {}
|
|
|
Definition at line 59 of file LongSeqC.cpp.
00062 : TAO::unbounded_value_sequence< 00063 CORBA::Long 00064 > 00065 (max) 00066 {} |
|
||||||||||||||||||||
|
Definition at line 68 of file LongSeqC.cpp.
00074 : TAO::unbounded_value_sequence< 00075 CORBA::Long 00076 > 00077 (max, length, buffer, release) 00078 {} |
|
|
Definition at line 80 of file LongSeqC.cpp.
00083 : TAO::unbounded_value_sequence< 00084 CORBA::Long 00085 > 00086 (seq) 00087 {} |
|
|
Definition at line 89 of file LongSeqC.cpp.
00090 {}
|
|
|
Definition at line 92 of file LongSeqC.cpp.
00095 {
00096 LongSeq * _tao_tmp_pointer =
00097 static_cast<LongSeq *> (_tao_void_pointer);
00098 delete _tao_tmp_pointer;
00099 }
|
1.3.6