#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"
Include dependency graph for RT_ProtocolPropertiesA.cpp:
Go to the source code of this file.
Namespaces | |
namespace | RTCORBA |
namespace | TAO |
Functions | |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL 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") |
TAO_END_VERSIONED_NAMESPACE_DECL TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_END_VERSIONED_NAMESPACE_DECL TAO_BEGIN_VERSIONED_NAMESPACE_DECL 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) |
|
|
|
Non-copying insertion.
Definition at line 173 of file RT_ProtocolPropertiesA.cpp. References RTCORBA::ProtocolProperties_ptr.
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 } |
|
Copying insertion.
Definition at line 162 of file RT_ProtocolPropertiesA.cpp.
00165 { 00166 RTCORBA::ProtocolProperties_ptr _tao_objptr = 00167 RTCORBA::ProtocolProperties::_duplicate (_tao_elem); 00168 _tao_any <<= &_tao_objptr; 00169 } |
|
Definition at line 185 of file RT_ProtocolPropertiesA.cpp. References RTCORBA::ProtocolProperties_ptr.
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 }
|