#include <sciop_endpointsC.h>
Inheritance diagram for TAO_SCIOPEndpointSequence:
Public Types | |
typedef TAO_SCIOPEndpointSequence_var | _var_type |
Public Member Functions | |
TAO_SCIOPEndpointSequence (void) | |
TAO_SCIOPEndpointSequence (CORBA::ULong max) | |
TAO_SCIOPEndpointSequence (CORBA::ULong max, CORBA::ULong length, TAO_SCIOP_Endpoint_Info *buffer, CORBA::Boolean release=false) | |
TAO_SCIOPEndpointSequence (const TAO_SCIOPEndpointSequence &) | |
~TAO_SCIOPEndpointSequence (void) |
|
Definition at line 141 of file sciop_endpointsC.h. |
|
Definition at line 93 of file sciop_endpointsC.cpp.
00094 {} |
|
Definition at line 96 of file sciop_endpointsC.cpp.
00099 : TAO::unbounded_value_sequence< 00100 TAO_SCIOP_Endpoint_Info 00101 > 00102 (max) 00103 {} |
|
Definition at line 105 of file sciop_endpointsC.cpp.
00111 : TAO::unbounded_value_sequence< 00112 TAO_SCIOP_Endpoint_Info 00113 > 00114 (max, length, buffer, release) 00115 {} |
|
Definition at line 117 of file sciop_endpointsC.cpp.
00120 : TAO::unbounded_value_sequence< 00121 TAO_SCIOP_Endpoint_Info 00122 > 00123 (seq) 00124 {} |
|
Definition at line 126 of file sciop_endpointsC.cpp.
00127 {} |