#include <OperationInterfaceC.h>
Public Member Functions | |
virtual ::CORBA::Exception * | _NP_duplicate () const |
virtual void | _raise () const |
CWrongTypeArgException (::CORBA::Long i_whicharg, const char *i_expected, const char *i_received) | |
CWrongTypeArgException (const CWrongTypeArgException &) | |
CWrongTypeArgException () | |
void | operator<<= (cdrStream &) |
CWrongTypeArgException & | operator= (const CWrongTypeArgException &) |
void | operator>>= (cdrStream &) const |
virtual | ~CWrongTypeArgException () |
Static Public Member Functions | |
static const CWrongTypeArgException * | _downcast (const ::CORBA::Exception *) |
static CWrongTypeArgException * | _downcast (::CORBA::Exception *) |
static CWrongTypeArgException * | _narrow (::CORBA::Exception *_e) |
Public Attributes | |
::CORBA::String_member | expected |
::CORBA::String_member | received |
::CORBA::Long | whicharg |
Static Public Attributes | |
static _core_attr const char * | _PD_repoId |
static _core_attr const char * | _PD_typeId |
static _core_attr insertExceptionToAny | insertToAnyFn |
static _core_attr insertExceptionToAnyNCP | insertToAnyFnNCP |
Private Member Functions | |
virtual void | _NP_marshal (cdrStream &) const |
virtual const char * | _NP_repoId (int *) const |
virtual const char * | _NP_typeId () const |
Definition at line 395 of file OperationInterfaceC.h.
CWrongTypeArgException::CWrongTypeArgException | ( | ) | [inline] |
Definition at line 406 of file OperationInterfaceC.h.
CWrongTypeArgException::CWrongTypeArgException | ( | const CWrongTypeArgException & | ) |
CWrongTypeArgException::CWrongTypeArgException | ( | ::CORBA::Long | i_whicharg, | |
const char * | i_expected, | |||
const char * | i_received | |||
) |
virtual CWrongTypeArgException::~CWrongTypeArgException | ( | ) | [virtual] |
static const CWrongTypeArgException* CWrongTypeArgException::_downcast | ( | const ::CORBA::Exception * | ) | [static] |
static CWrongTypeArgException* CWrongTypeArgException::_downcast | ( | ::CORBA::Exception * | ) | [static] |
static CWrongTypeArgException* CWrongTypeArgException::_narrow | ( | ::CORBA::Exception * | _e | ) | [inline, static] |
Definition at line 417 of file OperationInterfaceC.h.
virtual ::CORBA::Exception* CWrongTypeArgException::_NP_duplicate | ( | ) | const |
virtual void CWrongTypeArgException::_NP_marshal | ( | cdrStream & | ) | const [private, virtual] |
virtual const char* CWrongTypeArgException::_NP_repoId | ( | int * | ) | const [private, virtual] |
virtual const char* CWrongTypeArgException::_NP_typeId | ( | ) | const [private, virtual] |
virtual void CWrongTypeArgException::_raise | ( | ) | const [virtual] |
void CWrongTypeArgException::operator<<= | ( | cdrStream & | ) |
CWrongTypeArgException& CWrongTypeArgException::operator= | ( | const CWrongTypeArgException & | ) |
void CWrongTypeArgException::operator>>= | ( | cdrStream & | ) | const |
_core_attr const char* CWrongTypeArgException::_PD_repoId [static] |
Definition at line 429 of file OperationInterfaceC.h.
_core_attr const char* CWrongTypeArgException::_PD_typeId [static] |
Definition at line 430 of file OperationInterfaceC.h.
::CORBA::String_member CWrongTypeArgException::expected |
Definition at line 400 of file OperationInterfaceC.h.
_core_attr insertExceptionToAny CWrongTypeArgException::insertToAnyFn [static] |
Definition at line 424 of file OperationInterfaceC.h.
_core_attr insertExceptionToAnyNCP CWrongTypeArgException::insertToAnyFnNCP [static] |
Definition at line 425 of file OperationInterfaceC.h.
::CORBA::String_member CWrongTypeArgException::received |
Definition at line 402 of file OperationInterfaceC.h.
::CORBA::Long CWrongTypeArgException::whicharg |
Definition at line 398 of file OperationInterfaceC.h.