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

Go to the source code of this file.
Namespaces | |
| namespace | TAO |
Defines | |
| #define | _CORBA_FLOATSEQ_CS_ |
Functions | |
| ::CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const CORBA::FloatSeq &_tao_sequence) |
| ::CORBA::Boolean | operator>> (TAO_InputCDR &strm, CORBA::FloatSeq &_tao_sequence) |
|
|
Definition at line 50 of file FloatSeqC.cpp. |
|
||||||||||||
|
Definition at line 105 of file FloatSeqC.cpp.
00109 {
00110 return TAO::marshal_sequence(strm, _tao_sequence);
00111 }
|
|
||||||||||||
|
Definition at line 113 of file FloatSeqC.cpp.
00117 {
00118 return TAO::demarshal_sequence(strm, _tao_sequence);
00119 }
|
1.3.6