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

Go to the source code of this file.
Namespaces | |
| namespace | TAO |
Defines | |
| #define | _IIOP_LISTENPOINTLIST_CS_ |
Functions | |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const IIOP::ListenPoint &_tao_aggregate) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, IIOP::ListenPoint &_tao_aggregate) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const IIOP::ListenPointList &_tao_sequence) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, IIOP::ListenPointList &_tao_sequence) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const IIOP::BiDirIIOPServiceContext &_tao_aggregate) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, IIOP::BiDirIIOPServiceContext &_tao_aggregate) |
|
|
|
|
||||||||||||
|
Definition at line 175 of file IIOPC.cpp.
00179 {
00180 return
00181 (strm << _tao_aggregate.listen_points);
00182 }
|
|
||||||||||||
|
Definition at line 154 of file IIOPC.cpp.
00158 {
00159 return TAO::marshal_sequence(strm, _tao_sequence);
00160 }
|
|
||||||||||||
|
Definition at line 128 of file IIOPC.cpp.
|
|
||||||||||||
|
Definition at line 184 of file IIOPC.cpp.
00188 {
00189 return
00190 (strm >> _tao_aggregate.listen_points);
00191 }
|
|
||||||||||||
|
Definition at line 162 of file IIOPC.cpp.
00166 {
00167 return TAO::demarshal_sequence(strm, _tao_sequence);
00168 }
|
|
||||||||||||
|
Definition at line 138 of file IIOPC.cpp.
|
1.3.6