#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 dependency graph for CONV_FRAMEC.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | CONV_FRAME |
| namespace | TAO |
Classes | |
| struct | CodeSetComponent |
| struct | CodeSetComponentInfo |
| struct | CodeSetContext |
Defines | |
| #define | TAO_EXPORT_MACRO TAO_Export |
| #define | _CONV_FRAME_CODESETIDSEQ_CH_ |
Functions | |
| TAO_Export CORBA::Boolean | operator<< (TAO_OutputCDR &, const CONV_FRAME::CodeSetIdSeq &) |
| TAO_Export CORBA::Boolean | operator>> (TAO_InputCDR &, CONV_FRAME::CodeSetIdSeq &) |
| TAO_Export CORBA::Boolean | operator<< (TAO_OutputCDR &, const CONV_FRAME::CodeSetComponent &) |
| TAO_Export CORBA::Boolean | operator>> (TAO_InputCDR &, CONV_FRAME::CodeSetComponent &) |
| TAO_Export CORBA::Boolean | operator<< (TAO_OutputCDR &, const CONV_FRAME::CodeSetComponentInfo &) |
| TAO_Export CORBA::Boolean | operator>> (TAO_InputCDR &, CONV_FRAME::CodeSetComponentInfo &) |
| TAO_Export CORBA::Boolean | operator<< (TAO_OutputCDR &, const CONV_FRAME::CodeSetContext &) |
| TAO_Export CORBA::Boolean | operator>> (TAO_InputCDR &, CONV_FRAME::CodeSetContext &) |
|
|
Definition at line 79 of file CONV_FRAMEC.h. |
|
|
Definition at line 54 of file CONV_FRAMEC.h. |
|
||||||||||||
|
Definition at line 211 of file CONV_FRAMEC.cpp. References CONV_FRAME::CodeSetContext::char_data, and CONV_FRAME::CodeSetContext::wchar_data.
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. References CONV_FRAME::CodeSetComponentInfo::ForCharData, and CONV_FRAME::CodeSetComponentInfo::ForWcharData.
00192 {
00193 return
00194 (strm << _tao_aggregate.ForCharData) &&
00195 (strm << _tao_aggregate.ForWcharData);
00196 }
|
|
||||||||||||
|
Definition at line 165 of file CONV_FRAMEC.cpp. References CONV_FRAME::CodeSetComponent::conversion_code_sets, and CONV_FRAME::CodeSetComponent::native_code_set.
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. References TAO::marshal_sequence().
00148 {
00149 return TAO::marshal_sequence(strm, _tao_sequence);
00150 }
|
|
||||||||||||
|
Definition at line 221 of file CONV_FRAMEC.cpp. References CONV_FRAME::CodeSetContext::char_data, and CONV_FRAME::CodeSetContext::wchar_data.
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. References CONV_FRAME::CodeSetComponentInfo::ForCharData, and CONV_FRAME::CodeSetComponentInfo::ForWcharData.
00202 {
00203 return
00204 (strm >> _tao_aggregate.ForCharData) &&
00205 (strm >> _tao_aggregate.ForWcharData);
00206 }
|
|
||||||||||||
|
Definition at line 175 of file CONV_FRAMEC.cpp. References CONV_FRAME::CodeSetComponent::conversion_code_sets, and CONV_FRAME::CodeSetComponent::native_code_set.
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. References TAO::demarshal_sequence().
00156 {
00157 return TAO::demarshal_sequence(strm, _tao_sequence);
00158 }
|
1.3.6