TAO_SCIOPEndpointSequence Class Reference

#include <sciop_endpointsC.h>

Inheritance diagram for TAO_SCIOPEndpointSequence:

Inheritance graph
[legend]
Collaboration diagram for TAO_SCIOPEndpointSequence:

Collaboration graph
[legend]
List of all members.

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)

Member Typedef Documentation

typedef TAO_SCIOPEndpointSequence_var TAO_SCIOPEndpointSequence::_var_type
 

Definition at line 141 of file sciop_endpointsC.h.


Constructor & Destructor Documentation

TAO_SCIOPEndpointSequence::TAO_SCIOPEndpointSequence void   ) 
 

Definition at line 93 of file sciop_endpointsC.cpp.

00094 {}

TAO_SCIOPEndpointSequence::TAO_SCIOPEndpointSequence CORBA::ULong  max  ) 
 

Definition at line 96 of file sciop_endpointsC.cpp.

00099   : TAO::unbounded_value_sequence<
00100         TAO_SCIOP_Endpoint_Info
00101       >
00102     (max)
00103 {}

TAO_SCIOPEndpointSequence::TAO_SCIOPEndpointSequence CORBA::ULong  max,
CORBA::ULong  length,
TAO_SCIOP_Endpoint_Info buffer,
CORBA::Boolean  release = false
 

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 {}

TAO_SCIOPEndpointSequence::TAO_SCIOPEndpointSequence const TAO_SCIOPEndpointSequence  ) 
 

Definition at line 117 of file sciop_endpointsC.cpp.

00120   : TAO::unbounded_value_sequence<
00121         TAO_SCIOP_Endpoint_Info
00122       >
00123     (seq)
00124 {}

TAO_SCIOPEndpointSequence::~TAO_SCIOPEndpointSequence void   ) 
 

Definition at line 126 of file sciop_endpointsC.cpp.

00127 {}


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:41:37 2006 for TAO_Strategies by doxygen 1.3.6