IIOP_EndpointsC.h File Reference

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

Include dependency graph for IIOP_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  IIOP_Endpoint_Info
 Stores information for a single IIOP endpoint. More...


Defines

#define TAO_EXPORT_MACRO   TAO_Export
#define _TAO_IIOPENDPOINTSEQUENCE_CH_

Functions

TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO::IIOP_Endpoint_Info &)
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO::IIOP_Endpoint_Info &)
TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const TAO::IIOPEndpointSequence &)
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, TAO::IIOPEndpointSequence &)


Define Documentation

#define _TAO_IIOPENDPOINTSEQUENCE_CH_
 

Definition at line 109 of file IIOP_EndpointsC.h.

#define TAO_EXPORT_MACRO   TAO_Export
 

Definition at line 55 of file IIOP_EndpointsC.h.


Function Documentation

TAO_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const TAO::IIOPEndpointSequence
 

Definition at line 147 of file IIOP_EndpointsC.cpp.

References TAO::marshal_sequence().

00151 {
00152   return TAO::marshal_sequence(strm, _tao_sequence);
00153 }

TAO_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const TAO::IIOP_Endpoint_Info
 

Definition at line 119 of file IIOP_EndpointsC.cpp.

References TAO::IIOP_Endpoint_Info::host, TAO::IIOP_Endpoint_Info::port, and TAO::IIOP_Endpoint_Info::priority.

00123 {
00124   return
00125     (strm << _tao_aggregate.host.in ()) &&
00126     (strm << _tao_aggregate.port) &&
00127     (strm << _tao_aggregate.priority);
00128 }

TAO_Export CORBA::Boolean operator>> TAO_InputCDR ,
TAO::IIOPEndpointSequence
 

Definition at line 155 of file IIOP_EndpointsC.cpp.

References TAO::demarshal_sequence().

00159 {
00160   return TAO::demarshal_sequence(strm, _tao_sequence);
00161 }

TAO_Export CORBA::Boolean operator>> TAO_InputCDR ,
TAO::IIOP_Endpoint_Info
 

Definition at line 130 of file IIOP_EndpointsC.cpp.

References TAO::IIOP_Endpoint_Info::host, TAO::IIOP_Endpoint_Info::port, and TAO::IIOP_Endpoint_Info::priority.

00134 {
00135   return
00136     (strm >> _tao_aggregate.host.out ()) &&
00137     (strm >> _tao_aggregate.port) &&
00138     (strm >> _tao_aggregate.priority);
00139 }


Generated on Thu Nov 9 12:00:11 2006 for TAO by doxygen 1.3.6