sciop_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/sciop_endpointsC.h"
#include "tao/CDR.h"

Include dependency graph for sciop_endpointsC.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO
namespace  TAO::TypeCode

Defines

#define _TAO_SCIOPENDPOINTSEQUENCE_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_SCIOP_Endpoint_Info (CORBA::tk_struct,"IDL:TAO_SCIOP_Endpoint_Info:1.0","TAO_SCIOP_Endpoint_Info", _tao_fields_TAO_SCIOP_Endpoint_Info, 3)
TAO::TypeCode::Alias< char
const *, CORBA::TypeCode_ptr
const *, TAO::Null_RefCount_Policy > 
_tao_tc_TAO_SCIOPEndpointSequence (CORBA::tk_alias,"IDL:TAO_SCIOPEndpointSequence:1.0","TAO_SCIOPEndpointSequence",&TAO::TypeCode::tc_TAO_SCIOPEndpointSequence_0)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const TAO_SCIOP_Endpoint_Info &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &strm, TAO_SCIOP_Endpoint_Info &_tao_aggregate)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const TAO_SCIOPEndpointSequence &_tao_sequence)
CORBA::Boolean operator>> (TAO_InputCDR &strm, TAO_SCIOPEndpointSequence &_tao_sequence)

Variables

TAO::TypeCode::Struct_Field<
char const *, CORBA::TypeCode_ptr
const * > const  
_tao_fields_TAO_SCIOP_Endpoint_Info []
::CORBA::TypeCode_ptr const  _tc_TAO_SCIOP_Endpoint_Info
::CORBA::TypeCode_ptr const  _tc_TAO_SCIOPEndpointSequence


Define Documentation

#define _TAO_SCIOPENDPOINTSEQUENCE_CS_
 

Definition at line 91 of file sciop_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_SCIOP_Endpoint_Info CORBA::tk_struct  ,
"IDL:TAO_SCIOP_Endpoint_Info:1.0"  ,
"TAO_SCIOP_Endpoint_Info"  ,
_tao_fields_TAO_SCIOP_Endpoint_Info  ,
[static]
 

TAO::TypeCode::Alias<char const *, CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy> _tao_tc_TAO_SCIOPEndpointSequence CORBA::tk_alias  ,
"IDL:TAO_SCIOPEndpointSequence:1.0"  ,
"TAO_SCIOPEndpointSequence"  ,
&TAO::TypeCode::tc_TAO_SCIOPEndpointSequence_0 
[static]
 

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

Definition at line 204 of file sciop_endpointsC.cpp.

00208 {
00209   return TAO::marshal_sequence(strm, _tao_sequence);
00210 }

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

Definition at line 176 of file sciop_endpointsC.cpp.

00180 {
00181   return
00182     (strm << _tao_aggregate.host.in ()) &&
00183     (strm << _tao_aggregate.port) &&
00184     (strm << _tao_aggregate.priority);
00185 }

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

Definition at line 212 of file sciop_endpointsC.cpp.

00216 {
00217   return TAO::demarshal_sequence(strm, _tao_sequence);
00218 }

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

Definition at line 187 of file sciop_endpointsC.cpp.

00191 {
00192   return
00193     (strm >> _tao_aggregate.host.out ()) &&
00194     (strm >> _tao_aggregate.port) &&
00195     (strm >> _tao_aggregate.priority);
00196 }


Variable Documentation

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

Initial value:

  {
    { "host", &CORBA::_tc_string },
    { "port", &CORBA::_tc_short },
    { "priority", &CORBA::_tc_short }

  }

Definition at line 60 of file sciop_endpointsC.cpp.

::CORBA::TypeCode_ptr const _tc_TAO_SCIOP_Endpoint_Info
 

Initial value:

  &_tao_tc_TAO_SCIOP_Endpoint_Info

Definition at line 79 of file sciop_endpointsC.cpp.

::CORBA::TypeCode_ptr const _tc_TAO_SCIOPEndpointSequence
 

Initial value:

  &_tao_tc_TAO_SCIOPEndpointSequence

Definition at line 170 of file sciop_endpointsC.cpp.


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