#include "tao/Messaging_PolicyValueC.h"#include "tao/CDR.h"#include "tao/ORB_Core.h"Include dependency graph for Messaging_PolicyValueC.cpp:

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