#include "tao/RTCORBA/RT_ProtocolPropertiesC.h"
Include dependency graph for RT_ProtocolPropertiesA.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | RTCORBA |
Defines | |
#define | TAO_RTCORBA_SAFE_INCLUDE |
Functions | |
TAO_END_VERSIONED_NAMESPACE_DECL TAO_BEGIN_VERSIONED_NAMESPACE_DECL 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 &) |
Variables | |
TAO_RTCORBA_Export::CORBA::TypeCode_ptr const | RTCORBA::_tc_ProtocolProperties |
#define TAO_RTCORBA_SAFE_INCLUDE |
Definition at line 37 of file RT_ProtocolPropertiesA.h.
TAO_RTCORBA_Export void operator<<= | ( | ::CORBA::Any & | , | |
RTCORBA::ProtocolProperties_ptr * | ||||
) |
Non-copying insertion.
Definition at line 173 of file RT_ProtocolPropertiesA.cpp.
References RTCORBA::ProtocolProperties::_tao_any_destructor(), and RTCORBA::_tc_ProtocolProperties.
00176 { 00177 TAO::Any_Impl_T<RTCORBA::ProtocolProperties>::insert ( 00178 _tao_any, 00179 RTCORBA::ProtocolProperties::_tao_any_destructor, 00180 RTCORBA::_tc_ProtocolProperties, 00181 *_tao_elem); 00182 }
TAO_END_VERSIONED_NAMESPACE_DECL TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_RTCORBA_Export void operator<<= | ( | ::CORBA::Any & | , | |
RTCORBA::ProtocolProperties_ptr | ||||
) |
Copying insertion.
Definition at line 162 of file RT_ProtocolPropertiesA.cpp.
References RTCORBA::ProtocolProperties::_duplicate().
00165 { 00166 RTCORBA::ProtocolProperties_ptr _tao_objptr = 00167 RTCORBA::ProtocolProperties::_duplicate (_tao_elem); 00168 _tao_any <<= &_tao_objptr; 00169 }
TAO_RTCORBA_Export ::CORBA::Boolean operator>>= | ( | const ::CORBA::Any & | , | |
RTCORBA::ProtocolProperties_ptr & | ||||
) |
Definition at line 185 of file RT_ProtocolPropertiesA.cpp.
References RTCORBA::ProtocolProperties::_tao_any_destructor(), and RTCORBA::_tc_ProtocolProperties.
00188 { 00189 return 00190 TAO::Any_Impl_T<RTCORBA::ProtocolProperties>::extract ( 00191 _tao_any, 00192 RTCORBA::ProtocolProperties::_tao_any_destructor, 00193 RTCORBA::_tc_ProtocolProperties, 00194 _tao_elem); 00195 }