Messaging_PolicyValueC.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/Seq_Var_T.h"
#include "tao/Seq_Out_T.h"
#include "tao/VarOut_T.h"
#include "tao/IOP_IORC.h"
#include "tao/Policy_ForwardC.h"

Include dependency graph for Messaging_PolicyValueC.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  Messaging
namespace  TAO

Classes

struct  PolicyValue

Defines

#define TAO_EXPORT_MACRO   TAO_Export
#define _MESSAGING_POLICYVALUESEQ_CH_

Functions

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


Define Documentation

#define _MESSAGING_POLICYVALUESEQ_CH_
 

Definition at line 106 of file Messaging_PolicyValueC.h.

#define TAO_EXPORT_MACRO   TAO_Export
 

Definition at line 57 of file Messaging_PolicyValueC.h.


Function Documentation

TAO_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const Messaging::PolicyValueSeq
 

Definition at line 146 of file Messaging_PolicyValueC.cpp.

References TAO::marshal_sequence().

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

TAO_Export CORBA::Boolean operator<< TAO_OutputCDR ,
const Messaging::PolicyValue
 

Definition at line 120 of file Messaging_PolicyValueC.cpp.

References Messaging::PolicyValue::ptype, and Messaging::PolicyValue::pvalue.

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

TAO_Export CORBA::Boolean operator>> TAO_InputCDR ,
Messaging::PolicyValueSeq
 

Definition at line 154 of file Messaging_PolicyValueC.cpp.

References TAO::demarshal_sequence().

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

TAO_Export CORBA::Boolean operator>> TAO_InputCDR ,
Messaging::PolicyValue
 

Definition at line 130 of file Messaging_PolicyValueC.cpp.

References Messaging::PolicyValue::ptype, and Messaging::PolicyValue::pvalue.

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


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