#include <OperationInterfaceC.h>
Public Member Functions | |
virtual ::CORBA::Exception * | _NP_duplicate () const |
virtual void | _raise () const |
CWrongNumbArgException (::CORBA::Long i_wanted,::CORBA::Long i_received) | |
CWrongNumbArgException (const CWrongNumbArgException &) | |
CWrongNumbArgException () | |
void | operator<<= (cdrStream &) |
CWrongNumbArgException & | operator= (const CWrongNumbArgException &) |
void | operator>>= (cdrStream &) const |
virtual | ~CWrongNumbArgException () |
Static Public Member Functions | |
static const CWrongNumbArgException * | _downcast (const ::CORBA::Exception *) |
static CWrongNumbArgException * | _downcast (::CORBA::Exception *) |
static CWrongNumbArgException * | _narrow (::CORBA::Exception *_e) |
Public Attributes | |
::CORBA::Long | received |
::CORBA::Long | wanted |
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 352 of file OperationInterfaceC.h.
CWrongNumbArgException::CWrongNumbArgException | ( | ) | [inline] |
Definition at line 361 of file OperationInterfaceC.h.
CWrongNumbArgException::CWrongNumbArgException | ( | const CWrongNumbArgException & | ) |
CWrongNumbArgException::CWrongNumbArgException | ( | ::CORBA::Long | i_wanted, | |
::CORBA::Long | i_received | |||
) |
virtual CWrongNumbArgException::~CWrongNumbArgException | ( | ) | [virtual] |
static const CWrongNumbArgException* CWrongNumbArgException::_downcast | ( | const ::CORBA::Exception * | ) | [static] |
static CWrongNumbArgException* CWrongNumbArgException::_downcast | ( | ::CORBA::Exception * | ) | [static] |
static CWrongNumbArgException* CWrongNumbArgException::_narrow | ( | ::CORBA::Exception * | _e | ) | [inline, static] |
Definition at line 372 of file OperationInterfaceC.h.
virtual ::CORBA::Exception* CWrongNumbArgException::_NP_duplicate | ( | ) | const |
virtual void CWrongNumbArgException::_NP_marshal | ( | cdrStream & | ) | const [private, virtual] |
virtual const char* CWrongNumbArgException::_NP_repoId | ( | int * | ) | const [private, virtual] |
virtual const char* CWrongNumbArgException::_NP_typeId | ( | ) | const [private, virtual] |
virtual void CWrongNumbArgException::_raise | ( | ) | const [virtual] |
void CWrongNumbArgException::operator<<= | ( | cdrStream & | ) |
CWrongNumbArgException& CWrongNumbArgException::operator= | ( | const CWrongNumbArgException & | ) |
void CWrongNumbArgException::operator>>= | ( | cdrStream & | ) | const |
_core_attr const char* CWrongNumbArgException::_PD_repoId [static] |
Definition at line 384 of file OperationInterfaceC.h.
_core_attr const char* CWrongNumbArgException::_PD_typeId [static] |
Definition at line 385 of file OperationInterfaceC.h.
_core_attr insertExceptionToAny CWrongNumbArgException::insertToAnyFn [static] |
Definition at line 379 of file OperationInterfaceC.h.
_core_attr insertExceptionToAnyNCP CWrongNumbArgException::insertToAnyFnNCP [static] |
Definition at line 380 of file OperationInterfaceC.h.
::CORBA::Long CWrongNumbArgException::received |
Definition at line 357 of file OperationInterfaceC.h.
::CORBA::Long CWrongNumbArgException::wanted |
Definition at line 355 of file OperationInterfaceC.h.