IIOP_EndpointsC.cpp File Reference

#include "tao/IIOP_EndpointsC.h"
#include "tao/CDR.h"

Include dependency graph for IIOP_EndpointsC.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Defines

#define _TAO_IIOPENDPOINTSEQUENCE_CS_

Functions

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


Define Documentation

#define _TAO_IIOPENDPOINTSEQUENCE_CS_
 

Definition at line 67 of file IIOP_EndpointsC.cpp.


Function Documentation

CORBA::Boolean operator<< TAO_OutputCDR strm,
const TAO::IIOPEndpointSequence _tao_sequence
 

Definition at line 147 of file IIOP_EndpointsC.cpp.

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

CORBA::Boolean operator<< TAO_OutputCDR strm,
const TAO::IIOP_Endpoint_Info _tao_aggregate
 

Definition at line 119 of file IIOP_EndpointsC.cpp.

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

CORBA::Boolean operator>> TAO_InputCDR strm,
TAO::IIOPEndpointSequence _tao_sequence
 

Definition at line 155 of file IIOP_EndpointsC.cpp.

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

CORBA::Boolean operator>> TAO_InputCDR strm,
TAO::IIOP_Endpoint_Info _tao_aggregate
 

Definition at line 130 of file IIOP_EndpointsC.cpp.

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:09 2006 for TAO by doxygen 1.3.6