uiop_endpointsC.h File Reference

#include "ace/config-all.h"
#include "tao/Strategies/strategies_export.h"
#include "tao/ORB.h"
#include "tao/Environment.h"
#include "tao/Sequence_T.h"
#include "tao/Seq_Var_T.h"
#include "tao/Seq_Out_T.h"
#include "tao/VarOut_T.h"
#include "tao/String_Manager_T.h"

Include dependency graph for uiop_endpointsC.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Classes

struct  TAO_UIOP_Endpoint_Info
 Stores information for a single UIOP endpoint. More...

class  TAO_UIOPEndpointSequence

Defines

#define TAO_EXPORT_MACRO   TAO_Strategies_Export
#define _TAO_UIOPENDPOINTSEQUENCE_CH_

Typedefs

typedef TAO_Var_Var_T< TAO_UIOP_Endpoint_InfoTAO_UIOP_Endpoint_Info_var
typedef TAO_Out_T< TAO_UIOP_Endpoint_InfoTAO_UIOP_Endpoint_Info_out
typedef TAO_VarSeq_Var_T<
TAO_UIOPEndpointSequence
TAO_UIOPEndpointSequence_var
typedef TAO_Seq_Out_T< TAO_UIOPEndpointSequenceTAO_UIOPEndpointSequence_out

Functions

TAO_Strategies_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO_UIOP_Endpoint_Info &)
TAO_Strategies_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO_UIOP_Endpoint_Info &)
TAO_Strategies_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO_UIOPEndpointSequence &)
TAO_Strategies_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO_UIOPEndpointSequence &)

Variables

TAO_BEGIN_VERSIONED_NAMESPACE_DECL
struct 
TAO_UIOP_Endpoint_Info
TAO_Strategies_Export::CORBA::TypeCode_ptr
const  
_tc_TAO_UIOP_Endpoint_Info
TAO_Strategies_Export::CORBA::TypeCode_ptr
const  
_tc_TAO_UIOPEndpointSequence


Define Documentation

#define _TAO_UIOPENDPOINTSEQUENCE_CH_
 

Definition at line 106 of file uiop_endpointsC.h.

#define TAO_EXPORT_MACRO   TAO_Strategies_Export
 

Definition at line 55 of file uiop_endpointsC.h.


Typedef Documentation

typedef TAO_Out_T< TAO_UIOP_Endpoint_Info > TAO_UIOP_Endpoint_Info_out
 

Definition at line 83 of file uiop_endpointsC.h.

typedef TAO_Var_Var_T< TAO_UIOP_Endpoint_Info > TAO_UIOP_Endpoint_Info_var
 

Definition at line 77 of file uiop_endpointsC.h.

typedef TAO_Seq_Out_T< TAO_UIOPEndpointSequence > TAO_UIOPEndpointSequence_out
 

Definition at line 120 of file uiop_endpointsC.h.

typedef TAO_VarSeq_Var_T< TAO_UIOPEndpointSequence > TAO_UIOPEndpointSequence_var
 

Definition at line 114 of file uiop_endpointsC.h.


Function Documentation

TAO_Strategies_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const TAO_UIOPEndpointSequence
 

Definition at line 201 of file uiop_endpointsC.cpp.

References TAO::marshal_sequence().

00205 {
00206   return TAO::marshal_sequence(strm, _tao_sequence);
00207 }

TAO_Strategies_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const TAO_UIOP_Endpoint_Info
 

Definition at line 175 of file uiop_endpointsC.cpp.

References TAO_UIOP_Endpoint_Info::priority, and TAO_UIOP_Endpoint_Info::rendezvous_point.

00179 {
00180   return
00181     (strm << _tao_aggregate.rendezvous_point.in ()) &&
00182     (strm << _tao_aggregate.priority);
00183 }

TAO_Strategies_Export CORBA::Boolean operator>> TAO_InputCDR ,
TAO_UIOPEndpointSequence
 

Definition at line 209 of file uiop_endpointsC.cpp.

References TAO::demarshal_sequence().

00213 {
00214   return TAO::demarshal_sequence(strm, _tao_sequence);
00215 }

TAO_Strategies_Export CORBA::Boolean operator>> TAO_InputCDR ,
TAO_UIOP_Endpoint_Info
 

Definition at line 185 of file uiop_endpointsC.cpp.

References TAO_UIOP_Endpoint_Info::priority, and TAO_UIOP_Endpoint_Info::rendezvous_point.

00189 {
00190   return
00191     (strm >> _tao_aggregate.rendezvous_point.out ()) &&
00192     (strm >> _tao_aggregate.priority);
00193 }


Variable Documentation

TAO_Strategies_Export ::CORBA::TypeCode_ptr const _tc_TAO_UIOP_Endpoint_Info
 

Definition at line 100 of file uiop_endpointsC.h.

TAO_Strategies_Export ::CORBA::TypeCode_ptr const _tc_TAO_UIOPEndpointSequence
 

Definition at line 148 of file uiop_endpointsC.h.

TAO_BEGIN_VERSIONED_NAMESPACE_DECL struct TAO_UIOP_Endpoint_Info
 

Definition at line 71 of file uiop_endpointsC.h.


Generated on Thu Nov 9 13:40:47 2006 for TAO_Strategies by doxygen 1.3.6