#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/AnyTypeCode/String_TypeCode_Static.h"
#include "tao/RTPortableServer/RTPortableServer.h"
#include "tao/CDR.h"
#include "tao/AnyTypeCode/Any.h"
#include "tao/AnyTypeCode/Any_Impl_T.h"
Include dependency graph for RTPortableServerA.cpp:
Go to the source code of this file.
Namespaces | |
namespace | RTPortableServer |
namespace | TAO |
Functions | |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO::TypeCode::Objref< char const *, TAO::Null_RefCount_Policy > | _tao_tc_RTPortableServer_POA (CORBA::tk_local_interface,"IDL:omg.org/RTPortableServer/POA:1.0","POA") |
void | operator<<= (CORBA::Any &_tao_any, RTPortableServer::POA_ptr _tao_elem) |
void | operator<<= (CORBA::Any &_tao_any, RTPortableServer::POA_ptr *_tao_elem) |
CORBA::Boolean | operator>>= (const CORBA::Any &_tao_any, RTPortableServer::POA_ptr &_tao_elem) |
|
|
|
Definition at line 105 of file RTPortableServerA.cpp. References RTPortableServer::POA_ptr.
00109 { 00110 TAO::Any_Impl_T<RTPortableServer::POA>::insert ( 00111 _tao_any, 00112 RTPortableServer::POA::_tao_any_destructor, 00113 RTPortableServer::_tc_POA, 00114 *_tao_elem 00115 ); 00116 } |
|
Definition at line 93 of file RTPortableServerA.cpp.
00097 { 00098 RTPortableServer::POA_ptr _tao_objptr = 00099 RTPortableServer::POA::_duplicate (_tao_elem); 00100 _tao_any <<= &_tao_objptr; 00101 } |
|
Definition at line 119 of file RTPortableServerA.cpp. References RTPortableServer::POA_ptr.
00123 {
00124 return
00125 TAO::Any_Impl_T<RTPortableServer::POA>::extract (
00126 _tao_any,
00127 RTPortableServer::POA::_tao_any_destructor,
00128 RTPortableServer::_tc_POA,
00129 _tao_elem
00130 );
00131 }
|