Messaging_PolicyValueC.cpp File Reference

#include "tao/Messaging_PolicyValueC.h"
#include "tao/CDR.h"
#include "tao/ORB_Core.h"

Include dependency graph for Messaging_PolicyValueC.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Defines

#define _MESSAGING_POLICYVALUESEQ_CS_

Functions

CORBA::Boolean operator<< (TAO_OutputCDR &strm, const Messaging::PolicyValue &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &strm, Messaging::PolicyValue &_tao_aggregate)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const Messaging::PolicyValueSeq &_tao_sequence)
CORBA::Boolean operator>> (TAO_InputCDR &strm, Messaging::PolicyValueSeq &_tao_sequence)


Define Documentation

#define _MESSAGING_POLICYVALUESEQ_CS_
 

Definition at line 68 of file Messaging_PolicyValueC.cpp.


Function Documentation

CORBA::Boolean operator<< TAO_OutputCDR strm,
const Messaging::PolicyValueSeq _tao_sequence
 

Definition at line 146 of file Messaging_PolicyValueC.cpp.

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

CORBA::Boolean operator<< TAO_OutputCDR strm,
const Messaging::PolicyValue _tao_aggregate
 

Definition at line 120 of file Messaging_PolicyValueC.cpp.

00124 {
00125   return
00126     (strm << _tao_aggregate.ptype) &&
00127     (strm << _tao_aggregate.pvalue);
00128 }

CORBA::Boolean operator>> TAO_InputCDR strm,
Messaging::PolicyValueSeq _tao_sequence
 

Definition at line 154 of file Messaging_PolicyValueC.cpp.

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

CORBA::Boolean operator>> TAO_InputCDR strm,
Messaging::PolicyValue _tao_aggregate
 

Definition at line 130 of file Messaging_PolicyValueC.cpp.

00134 {
00135   return
00136     (strm >> _tao_aggregate.ptype) &&
00137     (strm >> _tao_aggregate.pvalue);
00138 }


Generated on Thu Nov 9 12:02:14 2006 for TAO by doxygen 1.3.6