#include <IIOP_EndpointsC.h>
Inheritance diagram for TAO::IIOPEndpointSequence:


Public Types | |
| typedef IIOPEndpointSequence_var | _var_type |
Public Member Functions | |
| IIOPEndpointSequence (void) | |
| IIOPEndpointSequence (CORBA::ULong max) | |
| IIOPEndpointSequence (CORBA::ULong max, CORBA::ULong length, IIOP_Endpoint_Info *buffer, CORBA::Boolean release=false) | |
| IIOPEndpointSequence (const IIOPEndpointSequence &) | |
| ~IIOPEndpointSequence (void) | |
Static Public Member Functions | |
| void | _tao_any_destructor (void *) |
|
|
Definition at line 145 of file IIOP_EndpointsC.h. |
|
|
Definition at line 69 of file IIOP_EndpointsC.cpp.
00070 {}
|
|
|
Definition at line 72 of file IIOP_EndpointsC.cpp.
00075 : TAO::unbounded_value_sequence< 00076 TAO::IIOP_Endpoint_Info 00077 > 00078 (max) 00079 {} |
|
||||||||||||||||||||
|
Definition at line 81 of file IIOP_EndpointsC.cpp.
00087 : TAO::unbounded_value_sequence< 00088 TAO::IIOP_Endpoint_Info 00089 > 00090 (max, length, buffer, release) 00091 {} |
|
|
Definition at line 93 of file IIOP_EndpointsC.cpp.
00096 : TAO::unbounded_value_sequence< 00097 TAO::IIOP_Endpoint_Info 00098 > 00099 (seq) 00100 {} |
|
|
Definition at line 102 of file IIOP_EndpointsC.cpp.
00103 {}
|
|
|
Definition at line 105 of file IIOP_EndpointsC.cpp.
00108 {
00109 IIOPEndpointSequence * _tao_tmp_pointer =
00110 static_cast<IIOPEndpointSequence *> (_tao_void_pointer);
00111 delete _tao_tmp_pointer;
00112 }
|
1.3.6