#include "tao/AnyTypeCode/Null_RefCount_Policy.h"#include "tao/AnyTypeCode/TypeCode_Constants.h"#include "tao/AnyTypeCode/Alias_TypeCode_Static.h"#include "tao/AnyTypeCode/Sequence_TypeCode_Static.h"#include "tao/AnyTypeCode/String_TypeCode_Static.h"#include "tao/AnyTypeCode/Struct_TypeCode_Static.h"#include "tao/AnyTypeCode/TypeCode_Struct_Field.h"#include "tao/Strategies/uiop_endpointsC.h"#include "tao/CDR.h"Include dependency graph for uiop_endpointsC.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | TAO |
| namespace | TAO::TypeCode |
Defines | |
| #define | _TAO_UIOPENDPOINTSEQUENCE_CS_ |
Functions | |
| TAO::TypeCode::Struct< char const *, CORBA::TypeCode_ptr const *, TAO::TypeCode::Struct_Field< char const *, CORBA::TypeCode_ptr const * > const *, TAO::Null_RefCount_Policy > | _tao_tc_TAO_UIOP_Endpoint_Info (CORBA::tk_struct,"IDL:TAO_UIOP_Endpoint_Info:1.0","TAO_UIOP_Endpoint_Info", _tao_fields_TAO_UIOP_Endpoint_Info, 2) |
| TAO::TypeCode::Alias< char const *, CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy > | _tao_tc_TAO_UIOPEndpointSequence (CORBA::tk_alias,"IDL:TAO_UIOPEndpointSequence:1.0","TAO_UIOPEndpointSequence",&TAO::TypeCode::tc_TAO_UIOPEndpointSequence_0) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const TAO_UIOP_Endpoint_Info &_tao_aggregate) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, TAO_UIOP_Endpoint_Info &_tao_aggregate) |
| CORBA::Boolean | operator<< (TAO_OutputCDR &strm, const TAO_UIOPEndpointSequence &_tao_sequence) |
| CORBA::Boolean | operator>> (TAO_InputCDR &strm, TAO_UIOPEndpointSequence &_tao_sequence) |
Variables | |
| TAO::TypeCode::Struct_Field< char const *, CORBA::TypeCode_ptr const * > const | _tao_fields_TAO_UIOP_Endpoint_Info [] |
| ::CORBA::TypeCode_ptr const | _tc_TAO_UIOP_Endpoint_Info |
| ::CORBA::TypeCode_ptr const | _tc_TAO_UIOPEndpointSequence |
|
|
Definition at line 90 of file uiop_endpointsC.cpp. |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
Definition at line 201 of file uiop_endpointsC.cpp. References TAO::marshal_sequence().
00205 {
00206 return TAO::marshal_sequence(strm, _tao_sequence);
00207 }
|
|
||||||||||||
|
Definition at line 175 of file uiop_endpointsC.cpp.
00179 {
00180 return
00181 (strm << _tao_aggregate.rendezvous_point.in ()) &&
00182 (strm << _tao_aggregate.priority);
00183 }
|
|
||||||||||||
|
Definition at line 209 of file uiop_endpointsC.cpp. References TAO::demarshal_sequence().
00213 {
00214 return TAO::demarshal_sequence(strm, _tao_sequence);
00215 }
|
|
||||||||||||
|
Definition at line 185 of file uiop_endpointsC.cpp.
00189 {
00190 return
00191 (strm >> _tao_aggregate.rendezvous_point.out ()) &&
00192 (strm >> _tao_aggregate.priority);
00193 }
|
|
|
Initial value:
{
{ "rendezvous_point", &CORBA::_tc_string },
{ "priority", &CORBA::_tc_short }
}
Definition at line 60 of file uiop_endpointsC.cpp. |
|
|
Initial value: &_tao_tc_TAO_UIOP_Endpoint_Info Definition at line 78 of file uiop_endpointsC.cpp. |
|
|
Initial value: &_tao_tc_TAO_UIOPEndpointSequence Definition at line 169 of file uiop_endpointsC.cpp. |
1.3.6