This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | TAO_STANDARD_SYSTEM_EXCEPTION_LIST |
#define | TAO_SYSTEM_EXCEPTION(name) |
#define | TAO_SYSTEM_EXCEPTION(name) |
#define | TAO_SYSTEM_EXCEPTION(name) |
#define TAO_STANDARD_SYSTEM_EXCEPTION_LIST |
Definition at line 44 of file SystemException.inl.
#define TAO_SYSTEM_EXCEPTION | ( | name | ) |
Value:
ACE_INLINE void \ CORBA::name ::_tao_any_destructor (void * x) \ { \ delete static_cast<CORBA::name *> (x); \ }
Definition at line 106 of file SystemException.inl.
#define TAO_SYSTEM_EXCEPTION | ( | name | ) |
Value:
ACE_INLINE CORBA::name const * \ CORBA::name ::_downcast (CORBA::Exception const * exception) \ { \ return dynamic_cast<CORBA::name const *> (exception); \ }
Definition at line 106 of file SystemException.inl.
#define TAO_SYSTEM_EXCEPTION | ( | name | ) |
Value:
ACE_INLINE CORBA::name * \ CORBA::name ::_downcast (CORBA::Exception* exception) \ { \ return dynamic_cast<CORBA::name *> (exception); \ }
Definition at line 106 of file SystemException.inl.