#include <CONV_FRAMEC.h>
Inheritance diagram for CONV_FRAME::CodeSetIdSeq:


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