#include "RT_ProtocolPropertiesA.h"
#include "tao/AnyTypeCode/Null_RefCount_Policy.h"
#include "tao/AnyTypeCode/TypeCode_Constants.h"
#include "tao/AnyTypeCode/Alias_TypeCode_Static.h"
#include "tao/AnyTypeCode/Objref_TypeCode_Static.h"
#include "tao/CDR.h"
#include "tao/AnyTypeCode/Any.h"
#include "tao/AnyTypeCode/Any_Impl_T.h"
Go to the source code of this file.
Namespaces | |
namespace | RTCORBA |
namespace | TAO |
Define symbolic names for the ORB collocation strategies. | |
Functions | |
static TAO::TypeCode::Objref < char const *, TAO::Null_RefCount_Policy > | _tao_tc_RTCORBA_ProtocolProperties (::CORBA::tk_local_interface,"IDL:omg.org/RTCORBA/ProtocolProperties:1.0","ProtocolProperties") |
void | operator<<= (::CORBA::Any &_tao_any, RTCORBA::ProtocolProperties_ptr _tao_elem) |
Copying insertion. | |
void | operator<<= (::CORBA::Any &_tao_any, RTCORBA::ProtocolProperties_ptr *_tao_elem) |
Non-copying insertion. | |
::CORBA::Boolean | operator>>= (const ::CORBA::Any &_tao_any, RTCORBA::ProtocolProperties_ptr &_tao_elem) |
Variables | |
::CORBA::TypeCode_ptr const | RTCORBA::_tc_ProtocolProperties |
static TAO::TypeCode::Objref<char const *, TAO::Null_RefCount_Policy> _tao_tc_RTCORBA_ProtocolProperties | ( | ::CORBA::tk_local_interface | , | |
"IDL:omg.org/RTCORBA/ProtocolProperties:1.0" | , | |||
"ProtocolProperties" | ||||
) | [static] |
void operator<<= | ( | ::CORBA::Any & | _tao_any, | |
RTCORBA::ProtocolProperties_ptr | _tao_elem | |||
) |
Copying insertion.
Definition at line 162 of file RT_ProtocolPropertiesA.cpp.
{ RTCORBA::ProtocolProperties_ptr _tao_objptr = RTCORBA::ProtocolProperties::_duplicate (_tao_elem); _tao_any <<= &_tao_objptr; }
void operator<<= | ( | ::CORBA::Any & | _tao_any, | |
RTCORBA::ProtocolProperties_ptr * | _tao_elem | |||
) |
Non-copying insertion.
Definition at line 173 of file RT_ProtocolPropertiesA.cpp.
{ TAO::Any_Impl_T<RTCORBA::ProtocolProperties>::insert ( _tao_any, RTCORBA::ProtocolProperties::_tao_any_destructor, RTCORBA::_tc_ProtocolProperties, *_tao_elem); }
::CORBA::Boolean operator>>= | ( | const ::CORBA::Any & | _tao_any, | |
RTCORBA::ProtocolProperties_ptr & | _tao_elem | |||
) |
Definition at line 185 of file RT_ProtocolPropertiesA.cpp.
{ return TAO::Any_Impl_T<RTCORBA::ProtocolProperties>::extract ( _tao_any, RTCORBA::ProtocolProperties::_tao_any_destructor, RTCORBA::_tc_ProtocolProperties, _tao_elem); }