#include <uiop_endpointsC.h>
Inheritance diagram for TAO_UIOPEndpointSequence:
Public Types | |
typedef TAO_UIOPEndpointSequence_var | _var_type |
Public Member Functions | |
TAO_UIOPEndpointSequence (void) | |
TAO_UIOPEndpointSequence (CORBA::ULong max) | |
TAO_UIOPEndpointSequence (CORBA::ULong max, CORBA::ULong length, TAO_UIOP_Endpoint_Info *buffer, CORBA::Boolean release=false) | |
TAO_UIOPEndpointSequence (const TAO_UIOPEndpointSequence &) | |
~TAO_UIOPEndpointSequence (void) |
|
Definition at line 140 of file uiop_endpointsC.h. |
|
Definition at line 92 of file uiop_endpointsC.cpp.
00093 {} |
|
Definition at line 95 of file uiop_endpointsC.cpp.
00098 : TAO::unbounded_value_sequence< 00099 TAO_UIOP_Endpoint_Info 00100 > 00101 (max) 00102 {} |
|
Definition at line 104 of file uiop_endpointsC.cpp.
00110 : TAO::unbounded_value_sequence< 00111 TAO_UIOP_Endpoint_Info 00112 > 00113 (max, length, buffer, release) 00114 {} |
|
Definition at line 116 of file uiop_endpointsC.cpp.
00119 : TAO::unbounded_value_sequence< 00120 TAO_UIOP_Endpoint_Info 00121 > 00122 (seq) 00123 {} |
|
Definition at line 125 of file uiop_endpointsC.cpp.
00126 {} |