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

Go to the source code of this file.
Namespaces | |
| namespace | TAO |
Defines | |
| #define | _CORBA_POLICYLIST_CS_ |
| #define | _CORBA_POLICYTYPESEQ_CS_ |
Functions | |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::PolicyList &_tao_sequence) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::PolicyList &_tao_sequence) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::PolicyTypeSeq &_tao_sequence) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::PolicyTypeSeq &_tao_sequence) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, CORBA::SetOverrideType _tao_enumerator) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::SetOverrideType &_tao_enumerator) |
|
|
Definition at line 50 of file Policy_ForwardC.cpp. |
|
|
Definition at line 103 of file Policy_ForwardC.cpp. |
|
||||||||||||
|
Definition at line 203 of file Policy_ForwardC.cpp.
00204 {
00205 return strm << static_cast<CORBA::ULong> (_tao_enumerator);
00206 }
|
|
||||||||||||
|
Definition at line 182 of file Policy_ForwardC.cpp.
00186 {
00187 return TAO::marshal_sequence(strm, _tao_sequence);
00188 }
|
|
||||||||||||
|
Definition at line 158 of file Policy_ForwardC.cpp.
00162 {
00163 return TAO::marshal_sequence(strm, _tao_sequence);
00164 }
|
|
||||||||||||
|
Definition at line 208 of file Policy_ForwardC.cpp.
00209 {
00210 CORBA::ULong _tao_temp = 0;
00211 CORBA::Boolean const _tao_success = strm >> _tao_temp;
00212
00213 if (_tao_success)
00214 {
00215 _tao_enumerator = static_cast<CORBA::SetOverrideType> (_tao_temp);
00216 }
00217
00218 return _tao_success;
00219 }
|
|
||||||||||||
|
Definition at line 190 of file Policy_ForwardC.cpp.
00194 {
00195 return TAO::demarshal_sequence(strm, _tao_sequence);
00196 }
|
|
||||||||||||
|
Definition at line 166 of file Policy_ForwardC.cpp.
00170 {
00171 return TAO::demarshal_sequence(strm, _tao_sequence);
00172 }
|
1.3.6