#include "tao/AnyTypeCode/WrongTransactionA.h"
#include "tao/AnyTypeCode/Null_RefCount_Policy.h"
#include "tao/AnyTypeCode/TypeCode_Constants.h"
#include "tao/AnyTypeCode/Alias_TypeCode_Static.h"
#include "tao/AnyTypeCode/Struct_TypeCode_Static.h"
#include "tao/AnyTypeCode/TypeCode_Struct_Field.h"
#include "tao/CDR.h"
#include "tao/AnyTypeCode/Any.h"
#include "tao/AnyTypeCode/Any_Dual_Impl_T.h"
Include dependency graph for WrongTransactionA.cpp:
Go to the source code of this file.
Namespaces | |
namespace | CORBA |
namespace | TAO |
Functions | |
TAO::TypeCode::Struct< char const *, CORBA::TypeCode_ptr const *, TAO::TypeCode::Struct_Field< char const *, CORBA::TypeCode_ptr const * > const *, TAO::Null_RefCount_Policy > | _tao_tc_CORBA_WrongTransaction (CORBA::tk_except,"IDL:omg.org/CORBA/WrongTransaction:1.0","WrongTransaction", _tao_fields_CORBA_WrongTransaction, 0) |
void | operator<<= (CORBA::Any &_tao_any, const CORBA::WrongTransaction &_tao_elem) |
void | operator<<= (CORBA::Any &_tao_any, CORBA::WrongTransaction *_tao_elem) |
CORBA::Boolean | operator>>= (const CORBA::Any &_tao_any, CORBA::WrongTransaction *&_tao_elem) |
CORBA::Boolean | operator>>= (const CORBA::Any &_tao_any, const CORBA::WrongTransaction *&_tao_elem) |
Variables | |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO::TypeCode::Struct_Field< char const *, CORBA::TypeCode_ptr const * > const *const | _tao_fields_CORBA_WrongTransaction = 0 |
|
|
|
Definition at line 109 of file WrongTransactionA.cpp. References TAO::Any_Dual_Impl_T< T >::insert().
00113 { 00114 TAO::Any_Dual_Impl_T<CORBA::WrongTransaction>::insert ( 00115 _tao_any, 00116 CORBA::WrongTransaction::_tao_any_destructor, 00117 CORBA::_tc_WrongTransaction, 00118 _tao_elem 00119 ); 00120 } |
|
Definition at line 95 of file WrongTransactionA.cpp.
00099 { 00100 TAO::Any_Dual_Impl_T<CORBA::WrongTransaction>::insert_copy ( 00101 _tao_any, 00102 CORBA::WrongTransaction::_tao_any_destructor, 00103 CORBA::_tc_WrongTransaction, 00104 _tao_elem 00105 ); 00106 } |
|
Definition at line 135 of file WrongTransactionA.cpp. References TAO::Any_Dual_Impl_T< T >::extract().
00139 { 00140 return 00141 TAO::Any_Dual_Impl_T<CORBA::WrongTransaction>::extract ( 00142 _tao_any, 00143 CORBA::WrongTransaction::_tao_any_destructor, 00144 CORBA::_tc_WrongTransaction, 00145 _tao_elem 00146 ); 00147 } |
|
Definition at line 123 of file WrongTransactionA.cpp.
00127 { 00128 return _tao_any >>= const_cast< 00129 const CORBA::WrongTransaction *&> ( 00130 _tao_elem 00131 ); 00132 } |
|
Definition at line 43 of file WrongTransactionA.cpp. |