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

Go to the source code of this file.
Namespaces | |
| namespace | TAO |
Defines | |
| #define | _CONV_FRAME_CODESETIDSEQ_CS_ |
Functions | |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CONV_FRAME::CodeSetIdSeq &_tao_sequence) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CONV_FRAME::CodeSetIdSeq &_tao_sequence) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CONV_FRAME::CodeSetComponent &_tao_aggregate) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CONV_FRAME::CodeSetComponent &_tao_aggregate) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CONV_FRAME::CodeSetComponentInfo &_tao_aggregate) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CONV_FRAME::CodeSetComponentInfo &_tao_aggregate) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CONV_FRAME::CodeSetContext &_tao_aggregate) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CONV_FRAME::CodeSetContext &_tao_aggregate) |
|
|
Definition at line 50 of file CONV_FRAMEC.cpp. |
|
||||||||||||
|
Definition at line 211 of file CONV_FRAMEC.cpp.
00215 {
00216 return
00217 (strm << _tao_aggregate.char_data) &&
00218 (strm << _tao_aggregate.wchar_data);
00219 }
|
|
||||||||||||
|
Definition at line 188 of file CONV_FRAMEC.cpp.
00192 {
00193 return
00194 (strm << _tao_aggregate.ForCharData) &&
00195 (strm << _tao_aggregate.ForWcharData);
00196 }
|
|
||||||||||||
|
Definition at line 165 of file CONV_FRAMEC.cpp.
00169 {
00170 return
00171 (strm << _tao_aggregate.native_code_set) &&
00172 (strm << _tao_aggregate.conversion_code_sets);
00173 }
|
|
||||||||||||
|
Definition at line 144 of file CONV_FRAMEC.cpp.
00148 {
00149 return TAO::marshal_sequence(strm, _tao_sequence);
00150 }
|
|
||||||||||||
|
Definition at line 221 of file CONV_FRAMEC.cpp.
00225 {
00226 return
00227 (strm >> _tao_aggregate.char_data) &&
00228 (strm >> _tao_aggregate.wchar_data);
00229 }
|
|
||||||||||||
|
Definition at line 198 of file CONV_FRAMEC.cpp.
00202 {
00203 return
00204 (strm >> _tao_aggregate.ForCharData) &&
00205 (strm >> _tao_aggregate.ForWcharData);
00206 }
|
|
||||||||||||
|
Definition at line 175 of file CONV_FRAMEC.cpp.
00179 {
00180 return
00181 (strm >> _tao_aggregate.native_code_set) &&
00182 (strm >> _tao_aggregate.conversion_code_sets);
00183 }
|
|
||||||||||||
|
Definition at line 152 of file CONV_FRAMEC.cpp.
00156 {
00157 return TAO::demarshal_sequence(strm, _tao_sequence);
00158 }
|
1.3.6