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

Go to the source code of this file.
Namespaces | |
| namespace | TAO |
Defines | |
| #define | _TAO_IIOPENDPOINTSEQUENCE_CS_ |
Functions | |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const TAO::IIOP_Endpoint_Info &_tao_aggregate) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, TAO::IIOP_Endpoint_Info &_tao_aggregate) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const TAO::IIOPEndpointSequence &_tao_sequence) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, TAO::IIOPEndpointSequence &_tao_sequence) |
|
|
Definition at line 67 of file IIOP_EndpointsC.cpp. |
|
||||||||||||
|
Definition at line 147 of file IIOP_EndpointsC.cpp.
00151 {
00152 return TAO::marshal_sequence(strm, _tao_sequence);
00153 }
|
|
||||||||||||
|
Definition at line 119 of file IIOP_EndpointsC.cpp.
|
|
||||||||||||
|
Definition at line 155 of file IIOP_EndpointsC.cpp.
00159 {
00160 return TAO::demarshal_sequence(strm, _tao_sequence);
00161 }
|
|
||||||||||||
|
Definition at line 130 of file IIOP_EndpointsC.cpp.
|
1.3.6