📄 ifr_basicc.i
字号:
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::NativeDef_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::NativeDef_ptr &
);
// TAO_IDL - Generated from
// be/be_visitor_interface/cdr_op_ci.cpp:72
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::ExceptionDef_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::ExceptionDef_ptr &
);
// TAO_IDL - Generated from
// be/be_visitor_sequence/cdr_op_ci.cpp:81
#if !defined _TAO_CDR_OP_CORBA_ExceptionDefSeq_I_
#define _TAO_CDR_OP_CORBA_ExceptionDefSeq_I_
CORBA::Boolean TAO_IFR_Client_Export operator<< (
TAO_OutputCDR &,
const CORBA::ExceptionDefSeq &
);
CORBA::Boolean TAO_IFR_Client_Export operator>> (
TAO_InputCDR &,
CORBA::ExceptionDefSeq &
);
#endif /* _TAO_CDR_OP_CORBA_ExceptionDefSeq_I_ */
// TAO_IDL - Generated from
// be/be_visitor_enum/cdr_op_ci.cpp:51
ACE_INLINE
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::AttributeMode &_tao_enumval)
{
CORBA::ULong _tao_temp = _tao_enumval;
return strm << _tao_temp;
}
ACE_INLINE
CORBA::Boolean operator>> (TAO_InputCDR &strm, CORBA::AttributeMode &_tao_enumval)
{
CORBA::ULong _tao_temp = 0;
CORBA::Boolean _tao_result = strm >> _tao_temp;
if (_tao_result == 1)
{
_tao_enumval = ACE_static_cast (CORBA::AttributeMode, _tao_temp);
}
return _tao_result;
}
// TAO_IDL - Generated from
// be/be_visitor_interface/cdr_op_ci.cpp:72
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::AttributeDef_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::AttributeDef_ptr &
);
// TAO_IDL - Generated from
// be/be_visitor_structure/cdr_op_ci.cpp:70
ACE_INLINE
CORBA::Boolean operator<< (
TAO_OutputCDR &strm,
const CORBA::AttributeDescription &_tao_aggregate
)
{
return
(strm << _tao_aggregate.name.in ()) &&
(strm << _tao_aggregate.id.in ()) &&
(strm << _tao_aggregate.defined_in.in ()) &&
(strm << _tao_aggregate.version.in ()) &&
(strm << _tao_aggregate.type.in ()) &&
(strm << _tao_aggregate.mode);
}
ACE_INLINE
CORBA::Boolean operator>> (
TAO_InputCDR &strm,
CORBA::AttributeDescription &_tao_aggregate
)
{
return
(strm >> _tao_aggregate.name.out ()) &&
(strm >> _tao_aggregate.id.out ()) &&
(strm >> _tao_aggregate.defined_in.out ()) &&
(strm >> _tao_aggregate.version.out ()) &&
(strm >> _tao_aggregate.type.out ()) &&
(strm >> _tao_aggregate.mode);
}
// TAO_IDL - Generated from
// be/be_visitor_structure/cdr_op_ci.cpp:70
ACE_INLINE
CORBA::Boolean operator<< (
TAO_OutputCDR &strm,
const CORBA::ExtAttributeDescription &_tao_aggregate
)
{
return
(strm << _tao_aggregate.name.in ()) &&
(strm << _tao_aggregate.id.in ()) &&
(strm << _tao_aggregate.defined_in.in ()) &&
(strm << _tao_aggregate.version.in ()) &&
(strm << _tao_aggregate.type.in ()) &&
(strm << _tao_aggregate.mode) &&
(strm << _tao_aggregate.get_exceptions) &&
(strm << _tao_aggregate.put_exceptions);
}
ACE_INLINE
CORBA::Boolean operator>> (
TAO_InputCDR &strm,
CORBA::ExtAttributeDescription &_tao_aggregate
)
{
return
(strm >> _tao_aggregate.name.out ()) &&
(strm >> _tao_aggregate.id.out ()) &&
(strm >> _tao_aggregate.defined_in.out ()) &&
(strm >> _tao_aggregate.version.out ()) &&
(strm >> _tao_aggregate.type.out ()) &&
(strm >> _tao_aggregate.mode) &&
(strm >> _tao_aggregate.get_exceptions) &&
(strm >> _tao_aggregate.put_exceptions);
}
// TAO_IDL - Generated from
// be/be_visitor_interface/cdr_op_ci.cpp:72
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::ExtAttributeDef_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::ExtAttributeDef_ptr &
);
// TAO_IDL - Generated from
// be/be_visitor_enum/cdr_op_ci.cpp:51
ACE_INLINE
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::OperationMode &_tao_enumval)
{
CORBA::ULong _tao_temp = _tao_enumval;
return strm << _tao_temp;
}
ACE_INLINE
CORBA::Boolean operator>> (TAO_InputCDR &strm, CORBA::OperationMode &_tao_enumval)
{
CORBA::ULong _tao_temp = 0;
CORBA::Boolean _tao_result = strm >> _tao_temp;
if (_tao_result == 1)
{
_tao_enumval = ACE_static_cast (CORBA::OperationMode, _tao_temp);
}
return _tao_result;
}
// TAO_IDL - Generated from
// be/be_visitor_structure/cdr_op_ci.cpp:70
ACE_INLINE
CORBA::Boolean operator<< (
TAO_OutputCDR &strm,
const CORBA::ParameterDescription &_tao_aggregate
)
{
return
(strm << _tao_aggregate.name.in ()) &&
(strm << _tao_aggregate.type.in ()) &&
CORBA::Object::marshal (
_tao_aggregate.type_def.in (),
strm
) &&
(strm << _tao_aggregate.mode);
}
ACE_INLINE
CORBA::Boolean operator>> (
TAO_InputCDR &strm,
CORBA::ParameterDescription &_tao_aggregate
)
{
return
(strm >> _tao_aggregate.name.out ()) &&
(strm >> _tao_aggregate.type.out ()) &&
(strm >> _tao_aggregate.type_def.out ()) &&
(strm >> _tao_aggregate.mode);
}
// TAO_IDL - Generated from
// be/be_visitor_sequence/cdr_op_ci.cpp:81
#if !defined _TAO_CDR_OP_CORBA_ParDescriptionSeq_I_
#define _TAO_CDR_OP_CORBA_ParDescriptionSeq_I_
CORBA::Boolean TAO_IFR_Client_Export operator<< (
TAO_OutputCDR &,
const CORBA::ParDescriptionSeq &
);
CORBA::Boolean TAO_IFR_Client_Export operator>> (
TAO_InputCDR &,
CORBA::ParDescriptionSeq &
);
#endif /* _TAO_CDR_OP_CORBA_ParDescriptionSeq_I_ */
// TAO_IDL - Generated from
// be/be_visitor_sequence/cdr_op_ci.cpp:81
#if !defined _TAO_CDR_OP_CORBA_ContextIdSeq_I_
#define _TAO_CDR_OP_CORBA_ContextIdSeq_I_
CORBA::Boolean TAO_IFR_Client_Export operator<< (
TAO_OutputCDR &,
const CORBA::ContextIdSeq &
);
CORBA::Boolean TAO_IFR_Client_Export operator>> (
TAO_InputCDR &,
CORBA::ContextIdSeq &
);
#endif /* _TAO_CDR_OP_CORBA_ContextIdSeq_I_ */
// TAO_IDL - Generated from
// be/be_visitor_interface/cdr_op_ci.cpp:72
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::OperationDef_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::OperationDef_ptr &
);
// TAO_IDL - Generated from
// be/be_visitor_structure/cdr_op_ci.cpp:70
ACE_INLINE
CORBA::Boolean operator<< (
TAO_OutputCDR &strm,
const CORBA::OperationDescription &_tao_aggregate
)
{
return
(strm << _tao_aggregate.name.in ()) &&
(strm << _tao_aggregate.id.in ()) &&
(strm << _tao_aggregate.defined_in.in ()) &&
(strm << _tao_aggregate.version.in ()) &&
(strm << _tao_aggregate.result.in ()) &&
(strm << _tao_aggregate.mode) &&
(strm << _tao_aggregate.contexts) &&
(strm << _tao_aggregate.parameters) &&
(strm << _tao_aggregate.exceptions);
}
ACE_INLINE
CORBA::Boolean operator>> (
TAO_InputCDR &strm,
CORBA::OperationDescription &_tao_aggregate
)
{
return
(strm >> _tao_aggregate.name.out ()) &&
(strm >> _tao_aggregate.id.out ()) &&
(strm >> _tao_aggregate.defined_in.out ()) &&
(strm >> _tao_aggregate.version.out ()) &&
(strm >> _tao_aggregate.result.out ()) &&
(strm >> _tao_aggregate.mode) &&
(strm >> _tao_aggregate.contexts) &&
(strm >> _tao_aggregate.parameters) &&
(strm >> _tao_aggregate.exceptions);
}
// TAO_IDL - Generated from
// be/be_visitor_sequence/cdr_op_ci.cpp:81
#if !defined _TAO_CDR_OP_CORBA_RepositoryIdSeq_I_
#define _TAO_CDR_OP_CORBA_RepositoryIdSeq_I_
CORBA::Boolean TAO_IFR_Client_Export operator<< (
TAO_OutputCDR &,
const CORBA::RepositoryIdSeq &
);
CORBA::Boolean TAO_IFR_Client_Export operator>> (
TAO_InputCDR &,
CORBA::RepositoryIdSeq &
);
#endif /* _TAO_CDR_OP_CORBA_RepositoryIdSeq_I_ */
// TAO_IDL - Generated from
// be/be_visitor_sequence/cdr_op_ci.cpp:81
#if !defined _TAO_CDR_OP_CORBA_OpDescriptionSeq_I_
#define _TAO_CDR_OP_CORBA_OpDescriptionSeq_I_
CORBA::Boolean TAO_IFR_Client_Export operator<< (
TAO_OutputCDR &,
const CORBA::OpDescriptionSeq &
);
CORBA::Boolean TAO_IFR_Client_Export operator>> (
TAO_InputCDR &,
CORBA::OpDescriptionSeq &
);
#endif /* _TAO_CDR_OP_CORBA_OpDescriptionSeq_I_ */
// TAO_IDL - Generated from
// be/be_visitor_sequence/cdr_op_ci.cpp:81
#if !defined _TAO_CDR_OP_CORBA_AttrDescriptionSeq_I_
#define _TAO_CDR_OP_CORBA_AttrDescriptionSeq_I_
CORBA::Boolean TAO_IFR_Client_Export operator<< (
TAO_OutputCDR &,
const CORBA::AttrDescriptionSeq &
);
CORBA::Boolean TAO_IFR_Client_Export operator>> (
TAO_InputCDR &,
CORBA::AttrDescriptionSeq &
);
#endif /* _TAO_CDR_OP_CORBA_AttrDescriptionSeq_I_ */
// TAO_IDL - Generated from
// be/be_visitor_sequence/cdr_op_ci.cpp:81
#if !defined _TAO_CDR_OP_CORBA_ExtAttrDescriptionSeq_I_
#define _TAO_CDR_OP_CORBA_ExtAttrDescriptionSeq_I_
CORBA::Boolean TAO_IFR_Client_Export operator<< (
TAO_OutputCDR &,
const CORBA::ExtAttrDescriptionSeq &
);
CORBA::Boolean TAO_IFR_Client_Export operator>> (
TAO_InputCDR &,
CORBA::ExtAttrDescriptionSeq &
);
#endif /* _TAO_CDR_OP_CORBA_ExtAttrDescriptionSeq_I_ */
// TAO_IDL - Generated from
// be/be_visitor_interface/cdr_op_ci.cpp:72
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::InterfaceDef_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::InterfaceDef_ptr &
);
// TAO_IDL - Generated from
// be/be_visitor_structure/cdr_op_ci.cpp:70
ACE_INLINE
CORBA::Boolean operator<< (
TAO_OutputCDR &strm,
const CORBA::InterfaceDef::FullInterfaceDescription &_tao_aggregate
)
{
return
(strm << _tao_aggregate.name.in ()) &&
(strm << _tao_aggregate.id.in ()) &&
(strm << _tao_aggregate.defined_in.in ()) &&
(strm << _tao_aggregate.version.in ()) &&
(strm << _tao_aggregate.operations) &&
(strm << _tao_aggregate.attributes) &&
(strm << _tao_aggregate.base_interfaces) &&
(strm << _tao_aggregate.type.in ());
}
ACE_INLINE
CORBA::Boolean operator>> (
TAO_InputCDR &strm,
CORBA::InterfaceDef::FullInterfaceDescription &_tao_aggregate
)
{
return
(strm >> _tao_aggregate.name.out ()) &&
(strm >> _tao_aggregate.id.out ()) &&
(strm >> _tao_aggregate.defined_in.out ()) &&
(strm >> _tao_aggregate.version.out ()) &&
(strm >> _tao_aggregate.operations) &&
(strm >> _tao_aggregate.attributes) &&
(strm >> _tao_aggregate.base_interfaces) &&
(strm >> _tao_aggregate.type.out ());
}
// TAO_IDL - Generated from
// be/be_visitor_structure/cdr_op_ci.cpp:70
ACE_INLINE
CORBA::Boolean operator<< (
TAO_OutputCDR &strm,
const CORBA::InterfaceDescription &_tao_aggregate
)
{
return
(strm << _tao_aggregate.name.in ()) &&
(strm << _tao_aggregate.id.in ()) &&
(strm << _tao_aggregate.defined_in.in ()) &&
(strm << _tao_aggregate.version.in ()) &&
(strm << _tao_aggregate.base_interfaces);
}
ACE_INLINE
CORBA::Boolean operator>> (
TAO_InputCDR &strm,
CORBA::InterfaceDescription &_tao_aggregate
)
{
return
(strm >> _tao_aggregate.name.out ()) &&
(strm >> _tao_aggregate.id.out ()) &&
(strm >> _tao_aggregate.defined_in.out ()) &&
(strm >> _tao_aggregate.version.out ()) &&
(strm >> _tao_aggregate.base_interfaces);
}
// TAO_IDL - Generated from
// be/be_visitor_interface/cdr_op_ci.cpp:72
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::InterfaceAttrExtension_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::InterfaceAttrExtension_ptr &
);
// TAO_IDL - Generated from
// be/be_visitor_structure/cdr_op_ci.cpp:70
ACE_INLINE
CORBA::Boolean operator<< (
TAO_OutputCDR &strm,
const CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription &_tao_aggregate
)
{
return
(strm << _tao_aggregate.name.in ()) &&
(strm << _tao_aggregate.id.in ()) &&
(strm << _tao_aggregate.defined_in.in ()) &&
(strm << _tao_aggregate.version.in ()) &&
(strm << _tao_aggregate.operations) &&
(strm << _tao_aggregate.attributes) &&
(strm << _tao_aggregate.base_interfaces) &&
(strm << _tao_aggregate.type.in ());
}
ACE_INLINE
CORBA::Boolean operator>> (
TAO_InputCDR &strm,
CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription &_tao_aggregate
)
{
return
(strm >> _tao_aggregate.name.out ()) &&
(strm >> _tao_aggregate.id.out ()) &&
(strm >> _tao_aggregate.defined_in.out ()) &&
(strm >> _tao_aggregate.version.out ()) &&
(strm >> _tao_aggregate.operations) &&
(strm >> _tao_aggregate.attributes) &&
(strm >> _tao_aggregate.base_interfaces) &&
(strm >> _tao_aggregate.type.out ());
}
// TAO_IDL - Generated from
// be/be_visitor_interface/cdr_op_ci.cpp:72
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::ExtInterfaceDef_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::ExtInterfaceDef_ptr &
);
// TAO_IDL - Generated from
// be/be_visitor_interface/cdr_op_ci.cpp:72
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::AbstractInterfaceDef_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::AbstractInterfaceDef_ptr &
);
// TAO_IDL - Generated from
// be/be_visitor_interface/cdr_op_ci.cpp:72
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::ExtAbstractInterfaceDef_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::ExtAbstractInterfaceDef_ptr &
);
// TAO_IDL - Generated from
// be/be_visitor_interface/cdr_op_ci.cpp:72
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::LocalInterfaceDef_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::LocalInterfaceDef_ptr &
);
// TAO_IDL - Generated from
// be/be_visitor_interface/cdr_op_ci.cpp:72
TAO_IFR_Client_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const CORBA::ExtLocalInterfaceDef_ptr
);
TAO_IFR_Client_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
CORBA::ExtLocalInterfaceDef_ptr &
);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -