#include "tao/RTCORBA/RT_ProtocolPropertiesC.h"
Go to the source code of this file.
Namespaces | |
namespace | RTCORBA |
Defines | |
#define | TAO_RTCORBA_SAFE_INCLUDE |
Functions | |
TAO_RTCORBA_Export void | operator<<= (::CORBA::Any &, RTCORBA::ProtocolProperties_ptr) |
Copying insertion. | |
TAO_RTCORBA_Export void | operator<<= (::CORBA::Any &, RTCORBA::ProtocolProperties_ptr *) |
Non-copying insertion. | |
TAO_RTCORBA_Export::CORBA::Boolean | operator>>= (const ::CORBA::Any &, RTCORBA::ProtocolProperties_ptr &) |
#define TAO_RTCORBA_SAFE_INCLUDE |
Definition at line 37 of file RT_ProtocolPropertiesA.h.
TAO_RTCORBA_Export void operator<<= | ( | ::CORBA::Any & | , | |
RTCORBA::ProtocolProperties_ptr | ||||
) |
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; }
TAO_RTCORBA_Export void operator<<= | ( | ::CORBA::Any & | , | |
RTCORBA::ProtocolProperties_ptr * | ||||
) |
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); }
TAO_RTCORBA_Export ::CORBA::Boolean operator>>= | ( | const ::CORBA::Any & | , | |
RTCORBA::ProtocolProperties_ptr & | ||||
) |
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); }