#include "ace/config-all.h"#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h"#include "tao/AnyTypeCode/AnyTypeCode_methods.h"#include "tao/WrongTransactionC.h"

Go to the source code of this file.
Namespaces | |
| namespace | CORBA |
FUZZ: disable check_for_include/. | |
| namespace | TAO |
Define symbolic names for the ORB collocation strategies. | |
Defines | |
| #define | TAO_EXPORT_MACRO TAO_AnyTypeCode_Export |
Functions | |
| TAO_AnyTypeCode_Export void | operator<<= (CORBA::Any &, const CORBA::WrongTransaction &) |
| TAO_AnyTypeCode_Export void | operator<<= (CORBA::Any &, CORBA::WrongTransaction *) |
| TAO_AnyTypeCode_Export CORBA::Boolean | operator>>= (const CORBA::Any &, CORBA::WrongTransaction *&) |
| TAO_AnyTypeCode_Export CORBA::Boolean | operator>>= (const CORBA::Any &, const CORBA::WrongTransaction *&) |
| #define TAO_EXPORT_MACRO TAO_AnyTypeCode_Export |
Definition at line 50 of file WrongTransactionA.h.
| TAO_AnyTypeCode_Export void operator<<= | ( | CORBA::Any & | , | |
| const CORBA::WrongTransaction & | ||||
| ) |
Definition at line 95 of file WrongTransactionA.cpp.
{
TAO::Any_Dual_Impl_T<CORBA::WrongTransaction>::insert_copy (
_tao_any,
CORBA::WrongTransaction::_tao_any_destructor,
CORBA::_tc_WrongTransaction,
_tao_elem
);
}
| TAO_AnyTypeCode_Export void operator<<= | ( | CORBA::Any & | , | |
| CORBA::WrongTransaction * | ||||
| ) |
Definition at line 109 of file WrongTransactionA.cpp.
{
TAO::Any_Dual_Impl_T<CORBA::WrongTransaction>::insert (
_tao_any,
CORBA::WrongTransaction::_tao_any_destructor,
CORBA::_tc_WrongTransaction,
_tao_elem
);
}
| TAO_AnyTypeCode_Export CORBA::Boolean operator>>= | ( | const CORBA::Any & | , | |
| CORBA::WrongTransaction *& | ||||
| ) |
Definition at line 123 of file WrongTransactionA.cpp.
{
return _tao_any >>= const_cast<
const CORBA::WrongTransaction *&> (
_tao_elem
);
}
| TAO_AnyTypeCode_Export CORBA::Boolean operator>>= | ( | const CORBA::Any & | , | |
| const CORBA::WrongTransaction *& | ||||
| ) |
Definition at line 135 of file WrongTransactionA.cpp.
{
return
TAO::Any_Dual_Impl_T<CORBA::WrongTransaction>::extract (
_tao_any,
CORBA::WrongTransaction::_tao_any_destructor,
CORBA::_tc_WrongTransaction,
_tao_elem
);
}
1.7.0