TAO::IIOPEndpointSequence Class Reference

#include <IIOP_EndpointsC.h>

Inheritance diagram for TAO::IIOPEndpointSequence:

Inheritance graph
[legend]
Collaboration diagram for TAO::IIOPEndpointSequence:

Collaboration graph
[legend]
List of all members.

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 *)

Member Typedef Documentation

typedef IIOPEndpointSequence_var TAO::IIOPEndpointSequence::_var_type
 

Definition at line 145 of file IIOP_EndpointsC.h.


Constructor & Destructor Documentation

TAO::IIOPEndpointSequence::IIOPEndpointSequence void   ) 
 

Definition at line 69 of file IIOP_EndpointsC.cpp.

00070 {}

TAO::IIOPEndpointSequence::IIOPEndpointSequence CORBA::ULong  max  ) 
 

Definition at line 72 of file IIOP_EndpointsC.cpp.

00075   : TAO::unbounded_value_sequence<
00076         TAO::IIOP_Endpoint_Info
00077       >
00078     (max)
00079 {}

TAO::IIOPEndpointSequence::IIOPEndpointSequence CORBA::ULong  max,
CORBA::ULong  length,
IIOP_Endpoint_Info buffer,
CORBA::Boolean  release = false
 

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

TAO::IIOPEndpointSequence::IIOPEndpointSequence const IIOPEndpointSequence  ) 
 

Definition at line 93 of file IIOP_EndpointsC.cpp.

00096   : TAO::unbounded_value_sequence<
00097         TAO::IIOP_Endpoint_Info
00098       >
00099     (seq)
00100 {}

TAO::IIOPEndpointSequence::~IIOPEndpointSequence void   ) 
 

Definition at line 102 of file IIOP_EndpointsC.cpp.

00103 {}


Member Function Documentation

void TAO::IIOPEndpointSequence::_tao_any_destructor void *   )  [static]
 

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 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 12:26:17 2006 for TAO by doxygen 1.3.6