#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:

This graph shows which files directly or indirectly include this file:

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 &) |
|
|
Definition at line 106 of file Messaging_PolicyValueC.h. |
|
|
Definition at line 57 of file Messaging_PolicyValueC.h. |
|
||||||||||||
|
Definition at line 146 of file Messaging_PolicyValueC.cpp. References TAO::marshal_sequence().
00150 {
00151 return TAO::marshal_sequence(strm, _tao_sequence);
00152 }
|
|
||||||||||||
|
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 }
|
|
||||||||||||
|
Definition at line 154 of file Messaging_PolicyValueC.cpp. References TAO::demarshal_sequence().
00158 {
00159 return TAO::demarshal_sequence(strm, _tao_sequence);
00160 }
|
|
||||||||||||
|
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 }
|
1.3.6