#include "ace/config-all.h"#include "tao/TAO_Export.h"#include "tao/Environment.h"#include "tao/Sequence_T.h"#include "tao/Seq_Var_T.h"#include "tao/Seq_Out_T.h"#include "tao/Versioned_Namespace.h"Include dependency graph for WCharSeqC.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | CORBA |
| namespace | TAO |
Defines | |
| #define | TAO_EXPORT_MACRO TAO_Export |
| #define | _CORBA_WCHARSEQ_CH_ |
Functions | |
| TAO_END_VERSIONED_NAMESPACE_DECL TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Export::CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::WCharSeq &_tao_sequence) |
| TAO_Export::CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::WCharSeq &_tao_sequence) |
|
|
Definition at line 68 of file WCharSeqC.h. |
|
|
Definition at line 53 of file WCharSeqC.h. |
|
||||||||||||
|
Definition at line 110 of file WCharSeqC.cpp. References TAO::marshal_sequence().
00114 {
00115 return TAO::marshal_sequence(strm, _tao_sequence);
00116 }
|
|
||||||||||||
|
Definition at line 118 of file WCharSeqC.cpp. References TAO::demarshal_sequence().
00122 {
00123 return TAO::demarshal_sequence(strm, _tao_sequence);
00124 }
|
1.3.6