Namespaces | Functions | Variables

WrongTransactionA.cpp File Reference

#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
 

FUZZ: disable check_for_include/.


namespace  TAO
 

Define symbolic names for the ORB collocation strategies.


Functions

static 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

static
TAO::TypeCode::Struct_Field
< char const
*, CORBA::TypeCode_ptr const * >
const *const 
_tao_fields_CORBA_WrongTransaction = 0
::CORBA::TypeCode_ptr const CORBA::_tc_WrongTransaction

Function Documentation

static 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  ,
 
) [static]
void operator<<= ( CORBA::Any _tao_any,
const CORBA::WrongTransaction _tao_elem 
)

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
    );
}

void operator<<= ( CORBA::Any _tao_any,
CORBA::WrongTransaction _tao_elem 
)

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
    );
}

CORBA::Boolean operator>>= ( const CORBA::Any _tao_any,
CORBA::WrongTransaction *&  _tao_elem 
)

Definition at line 123 of file WrongTransactionA.cpp.

{
  return _tao_any >>= const_cast<
      const CORBA::WrongTransaction *&> (
      _tao_elem
    );
}

CORBA::Boolean operator>>= ( const CORBA::Any _tao_any,
const CORBA::WrongTransaction *&  _tao_elem 
)

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
      );
}


Variable Documentation

TAO::TypeCode::Struct_Field<char const *, CORBA::TypeCode_ptr const *> const* const _tao_fields_CORBA_WrongTransaction = 0 [static]

Definition at line 43 of file WrongTransactionA.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines