TAO_UIOPEndpointSequence Class Reference

#include <uiop_endpointsC.h>

Inheritance diagram for TAO_UIOPEndpointSequence:

Inheritance graph
[legend]
Collaboration diagram for TAO_UIOPEndpointSequence:

Collaboration graph
[legend]
List of all members.

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)

Member Typedef Documentation

typedef TAO_UIOPEndpointSequence_var TAO_UIOPEndpointSequence::_var_type
 

Definition at line 140 of file uiop_endpointsC.h.


Constructor & Destructor Documentation

TAO_UIOPEndpointSequence::TAO_UIOPEndpointSequence void   ) 
 

Definition at line 92 of file uiop_endpointsC.cpp.

00093 {}

TAO_UIOPEndpointSequence::TAO_UIOPEndpointSequence CORBA::ULong  max  ) 
 

Definition at line 95 of file uiop_endpointsC.cpp.

00098   : TAO::unbounded_value_sequence<
00099         TAO_UIOP_Endpoint_Info
00100       >
00101     (max)
00102 {}

TAO_UIOPEndpointSequence::TAO_UIOPEndpointSequence CORBA::ULong  max,
CORBA::ULong  length,
TAO_UIOP_Endpoint_Info buffer,
CORBA::Boolean  release = false
 

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

TAO_UIOPEndpointSequence::TAO_UIOPEndpointSequence const TAO_UIOPEndpointSequence  ) 
 

Definition at line 116 of file uiop_endpointsC.cpp.

00119   : TAO::unbounded_value_sequence<
00120         TAO_UIOP_Endpoint_Info
00121       >
00122     (seq)
00123 {}

TAO_UIOPEndpointSequence::~TAO_UIOPEndpointSequence void   ) 
 

Definition at line 125 of file uiop_endpointsC.cpp.

00126 {}


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