sciop_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 sciop_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_SCIOP_Endpoint_Info
 Stores information for a single SCIOP endpoint. More...

class  TAO_SCIOPEndpointSequence

Defines

#define TAO_EXPORT_MACRO   TAO_Strategies_Export
#define _TAO_SCIOPENDPOINTSEQUENCE_CH_

Typedefs

typedef TAO_Var_Var_T< TAO_SCIOP_Endpoint_InfoTAO_SCIOP_Endpoint_Info_var
typedef TAO_Out_T< TAO_SCIOP_Endpoint_InfoTAO_SCIOP_Endpoint_Info_out
typedef TAO_VarSeq_Var_T<
TAO_SCIOPEndpointSequence
TAO_SCIOPEndpointSequence_var
typedef TAO_Seq_Out_T< TAO_SCIOPEndpointSequenceTAO_SCIOPEndpointSequence_out

Functions

TAO_Strategies_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO_SCIOP_Endpoint_Info &)
TAO_Strategies_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO_SCIOP_Endpoint_Info &)
TAO_Strategies_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO_SCIOPEndpointSequence &)
TAO_Strategies_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO_SCIOPEndpointSequence &)

Variables

TAO_BEGIN_VERSIONED_NAMESPACE_DECL
struct 
TAO_SCIOP_Endpoint_Info
TAO_Strategies_Export::CORBA::TypeCode_ptr
const  
_tc_TAO_SCIOP_Endpoint_Info
TAO_Strategies_Export::CORBA::TypeCode_ptr
const  
_tc_TAO_SCIOPEndpointSequence


Define Documentation

#define _TAO_SCIOPENDPOINTSEQUENCE_CH_
 

Definition at line 107 of file sciop_endpointsC.h.

#define TAO_EXPORT_MACRO   TAO_Strategies_Export
 

Definition at line 55 of file sciop_endpointsC.h.


Typedef Documentation

typedef TAO_Out_T< TAO_SCIOP_Endpoint_Info > TAO_SCIOP_Endpoint_Info_out
 

Definition at line 83 of file sciop_endpointsC.h.

typedef TAO_Var_Var_T< TAO_SCIOP_Endpoint_Info > TAO_SCIOP_Endpoint_Info_var
 

Definition at line 77 of file sciop_endpointsC.h.

typedef TAO_Seq_Out_T< TAO_SCIOPEndpointSequence > TAO_SCIOPEndpointSequence_out
 

Definition at line 121 of file sciop_endpointsC.h.

typedef TAO_VarSeq_Var_T< TAO_SCIOPEndpointSequence > TAO_SCIOPEndpointSequence_var
 

Definition at line 115 of file sciop_endpointsC.h.


Function Documentation

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

Definition at line 204 of file sciop_endpointsC.cpp.

References TAO::marshal_sequence().

00208 {
00209   return TAO::marshal_sequence(strm, _tao_sequence);
00210 }

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

Definition at line 176 of file sciop_endpointsC.cpp.

References TAO_SCIOP_Endpoint_Info::host, TAO_SCIOP_Endpoint_Info::port, and TAO_SCIOP_Endpoint_Info::priority.

00180 {
00181   return
00182     (strm << _tao_aggregate.host.in ()) &&
00183     (strm << _tao_aggregate.port) &&
00184     (strm << _tao_aggregate.priority);
00185 }

TAO_Strategies_Export CORBA::Boolean operator>> TAO_InputCDR ,
TAO_SCIOPEndpointSequence
 

Definition at line 212 of file sciop_endpointsC.cpp.

References TAO::demarshal_sequence().

00216 {
00217   return TAO::demarshal_sequence(strm, _tao_sequence);
00218 }

TAO_Strategies_Export CORBA::Boolean operator>> TAO_InputCDR ,
TAO_SCIOP_Endpoint_Info
 

Definition at line 187 of file sciop_endpointsC.cpp.

References TAO_SCIOP_Endpoint_Info::host, TAO_SCIOP_Endpoint_Info::port, and TAO_SCIOP_Endpoint_Info::priority.

00191 {
00192   return
00193     (strm >> _tao_aggregate.host.out ()) &&
00194     (strm >> _tao_aggregate.port) &&
00195     (strm >> _tao_aggregate.priority);
00196 }


Variable Documentation

TAO_Strategies_Export ::CORBA::TypeCode_ptr const _tc_TAO_SCIOP_Endpoint_Info
 

Definition at line 101 of file sciop_endpointsC.h.

TAO_Strategies_Export ::CORBA::TypeCode_ptr const _tc_TAO_SCIOPEndpointSequence
 

Definition at line 149 of file sciop_endpointsC.h.

TAO_BEGIN_VERSIONED_NAMESPACE_DECL struct TAO_SCIOP_Endpoint_Info
 

Definition at line 71 of file sciop_endpointsC.h.


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