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

Go to the source code of this file.
Namespaces | |
| namespace | TAO |
Defines | |
| #define | _CORBA_STRINGSEQ_CS_ |
Functions | |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::StringSeq &_tao_sequence) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::StringSeq &_tao_sequence) |
|
|
Definition at line 50 of file StringSeqC.cpp. |
|
||||||||||||
|
Definition at line 99 of file StringSeqC.cpp.
00103 {
00104 return TAO::marshal_sequence(strm, _tao_sequence);
00105 }
|
|
||||||||||||
|
Definition at line 107 of file StringSeqC.cpp.
00111 {
00112 return TAO::demarshal_sequence(strm, _tao_sequence);
00113 }
|
1.3.6