uiop_endpointsC.cpp File Reference

#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:

Include dependency graph

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


Define Documentation

#define _TAO_UIOPENDPOINTSEQUENCE_CS_
 

Definition at line 90 of file uiop_endpointsC.cpp.


Function Documentation

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  ,
[static]
 

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 
[static]
 

CORBA::Boolean operator<< TAO_OutputCDR strm,
const TAO_UIOPEndpointSequence _tao_sequence
 

Definition at line 201 of file uiop_endpointsC.cpp.

References TAO::marshal_sequence().

00205 {
00206   return TAO::marshal_sequence(strm, _tao_sequence);
00207 }

CORBA::Boolean operator<< TAO_OutputCDR strm,
const TAO_UIOP_Endpoint_Info _tao_aggregate
 

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 }

CORBA::Boolean operator>> TAO_InputCDR strm,
TAO_UIOPEndpointSequence _tao_sequence
 

Definition at line 209 of file uiop_endpointsC.cpp.

References TAO::demarshal_sequence().

00213 {
00214   return TAO::demarshal_sequence(strm, _tao_sequence);
00215 }

CORBA::Boolean operator>> TAO_InputCDR strm,
TAO_UIOP_Endpoint_Info _tao_aggregate
 

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 }


Variable Documentation

TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const _tao_fields_TAO_UIOP_Endpoint_Info[] [static]
 

Initial value:

  {
    { "rendezvous_point", &CORBA::_tc_string },
    { "priority", &CORBA::_tc_short }

  }

Definition at line 60 of file uiop_endpointsC.cpp.

::CORBA::TypeCode_ptr const _tc_TAO_UIOP_Endpoint_Info
 

Initial value:

  &_tao_tc_TAO_UIOP_Endpoint_Info

Definition at line 78 of file uiop_endpointsC.cpp.

::CORBA::TypeCode_ptr const _tc_TAO_UIOPEndpointSequence
 

Initial value:

  &_tao_tc_TAO_UIOPEndpointSequence

Definition at line 169 of file uiop_endpointsC.cpp.


Generated on Thu Nov 9 13:40:46 2006 for TAO_Strategies by doxygen 1.3.6