#include <IOP_IORC.h>
Inheritance diagram for IOP::MultipleComponentProfile:


Public Types | |
| typedef MultipleComponentProfile_var | _var_type |
Public Member Functions | |
| MultipleComponentProfile (void) | |
| MultipleComponentProfile (CORBA::ULong max) | |
| MultipleComponentProfile (CORBA::ULong max, CORBA::ULong length, TaggedComponent *buffer, CORBA::Boolean release=false) | |
| MultipleComponentProfile (const MultipleComponentProfile &) | |
| ~MultipleComponentProfile (void) | |
Static Public Member Functions | |
| void | _tao_any_destructor (void *) |
|
|
Definition at line 266 of file IOP_IORC.h. |
|
|
Definition at line 145 of file IOP_IORC.cpp.
00146 {}
|
|
|
Definition at line 148 of file IOP_IORC.cpp.
00151 : TAO::unbounded_value_sequence< 00152 TaggedComponent 00153 > 00154 (max) 00155 {} |
|
||||||||||||||||||||
|
Definition at line 157 of file IOP_IORC.cpp.
00163 : TAO::unbounded_value_sequence< 00164 TaggedComponent 00165 > 00166 (max, length, buffer, release) 00167 {} |
|
|
Definition at line 169 of file IOP_IORC.cpp.
00172 : TAO::unbounded_value_sequence< 00173 TaggedComponent 00174 > 00175 (seq) 00176 {} |
|
|
Definition at line 178 of file IOP_IORC.cpp.
00179 {}
|
|
|
Definition at line 181 of file IOP_IORC.cpp.
00184 {
00185 MultipleComponentProfile * _tao_tmp_pointer =
00186 static_cast<MultipleComponentProfile *> (_tao_void_pointer);
00187 delete _tao_tmp_pointer;
00188 }
|
1.3.6