#include "SystemException.h"
#include "Environment.h"
#include "Any_SystemException.h"
#include "Any_Dual_Impl_T.h"
#include "Typecode.h"
#include "ORB_Constants.h"
#include "TC_Constants_Forward.h"
#include "CORBA_String.h"
#include "CDR.h"
#include "debug.h"
#include "ace/Malloc.h"
#include "ace/SString.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_stdio.h"
#include "ace/streams.h"
#include "tao/SystemException.inl"
Include dependency graph for SystemException.cpp:
|
|
|
Value: CORBA::Boolean operator>>= (const CORBA::Any &any, \ const CORBA::name *&ex) \ { \ return \ TAO::Any_SystemException::extract ( \ any, \ CORBA::name ::_tao_any_destructor, \ CORBA::_tc_ ## name, \ (const CORBA::SystemException *&) ex, \ &CORBA::name ::_tao_create); \ } |
|
Value: void \ CORBA::operator<<= (CORBA::Any &any, CORBA::name *ex) \ { \ TAO::Any_SystemException::insert ( \ any, \ CORBA::name ::_tao_any_destructor, \ CORBA::_tc_ ## name, \ ex \ ); \ } |
|
Value: void \ CORBA::operator<<= (CORBA::Any &any, const CORBA::name &ex) \ { \ TAO::Any_SystemException::insert_copy ( \ any, \ CORBA::name ::_tao_any_destructor, \ CORBA::_tc_ ## name, \ ex \ ); \ } |
|
Value: CORBA::SystemException * \ CORBA::name ::_tao_create (void) \ { \ CORBA::name *result; \ ACE_NEW_RETURN (result, CORBA::name (), 0); \ return result; \ } |
|
Value: CORBA::Exception * \ CORBA::name ::_tao_duplicate (void) const \ { \ CORBA::Exception *result; \ ACE_NEW_RETURN (result, CORBA::name (*this), 0); \ return result; \ } |
|
Value: void \ CORBA::name ::_tao_any_destructor (void *x) \ { \ CORBA::name *tmp = static_cast<CORBA::name *> (x); \ delete tmp; \ } |
|
Value: CORBA::TypeCode_ptr \ CORBA::name ::_type (void) const \ { \ return CORBA::_tc_ ## name; \ } |
|
Value: CORBA::name ::name (void) \ : CORBA::SystemException ("IDL:omg.org/CORBA/" #name ":1.0", \ #name, \ 0, \ CORBA::COMPLETED_NO) \ { \ } \ \ CORBA::name ::name (CORBA::ULong code, CORBA::CompletionStatus completed) \ : CORBA::SystemException ("IDL:omg.org/CORBA/" #name ":1.0", \ #name, \ code, \ completed) \ { \ } |
|
Value: void \ CORBA::name ::_raise (void) const \ { \ TAO_RAISE (*this); \ } |
|
Value: CORBA::name * \ CORBA::name ::_downcast (CORBA::Exception* exception) \ { \ if (exception->_is_a ("IDL:omg.org/CORBA/" #name ":1.0")) \ return dynamic_cast<CORBA::name *> (exception); \ return 0; \ } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: (sizeof (type_code_array) / sizeof (CORBA::TypeCode_ptr)) - 1 |
|
Initial value: { #define TAO_SYSTEM_EXCEPTION(name) STANDARD_EXCEPTION_LIST 0 } |
|
|
|
Initial value: { #define TAO_SYSTEM_EXCEPTION(name) STANDARD_EXCEPTION_LIST 0 } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: { #define TAO_SYSTEM_EXCEPTION(name) STANDARD_EXCEPTION_LIST &CORBA::_tc_null} |