#include <OperationInterfaceC.h>
Public Member Functions | |
virtual ::CORBA::Exception * | _NP_duplicate () const |
virtual void | _raise () const |
CWrongArgumentException (::CORBA::Long i_which_arg,::CORBA::Long i_max_arg) | |
CWrongArgumentException (const CWrongArgumentException &) | |
CWrongArgumentException () | |
void | operator<<= (cdrStream &) |
CWrongArgumentException & | operator= (const CWrongArgumentException &) |
void | operator>>= (cdrStream &) const |
virtual | ~CWrongArgumentException () |
Static Public Member Functions | |
static const CWrongArgumentException * | _downcast (const ::CORBA::Exception *) |
static CWrongArgumentException * | _downcast (::CORBA::Exception *) |
static CWrongArgumentException * | _narrow (::CORBA::Exception *_e) |
Public Attributes | |
::CORBA::Long | max_arg |
::CORBA::Long | which_arg |
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 309 of file OperationInterfaceC.h.
CWrongArgumentException::CWrongArgumentException | ( | ) | [inline] |
Definition at line 318 of file OperationInterfaceC.h.
CWrongArgumentException::CWrongArgumentException | ( | const CWrongArgumentException & | ) |
CWrongArgumentException::CWrongArgumentException | ( | ::CORBA::Long | i_which_arg, | |
::CORBA::Long | i_max_arg | |||
) |
virtual CWrongArgumentException::~CWrongArgumentException | ( | ) | [virtual] |
static const CWrongArgumentException* CWrongArgumentException::_downcast | ( | const ::CORBA::Exception * | ) | [static] |
static CWrongArgumentException* CWrongArgumentException::_downcast | ( | ::CORBA::Exception * | ) | [static] |
static CWrongArgumentException* CWrongArgumentException::_narrow | ( | ::CORBA::Exception * | _e | ) | [inline, static] |
Definition at line 329 of file OperationInterfaceC.h.
virtual ::CORBA::Exception* CWrongArgumentException::_NP_duplicate | ( | ) | const |
virtual void CWrongArgumentException::_NP_marshal | ( | cdrStream & | ) | const [private, virtual] |
virtual const char* CWrongArgumentException::_NP_repoId | ( | int * | ) | const [private, virtual] |
virtual const char* CWrongArgumentException::_NP_typeId | ( | ) | const [private, virtual] |
virtual void CWrongArgumentException::_raise | ( | ) | const [virtual] |
void CWrongArgumentException::operator<<= | ( | cdrStream & | ) |
CWrongArgumentException& CWrongArgumentException::operator= | ( | const CWrongArgumentException & | ) |
void CWrongArgumentException::operator>>= | ( | cdrStream & | ) | const |
_core_attr const char* CWrongArgumentException::_PD_repoId [static] |
Definition at line 341 of file OperationInterfaceC.h.
_core_attr const char* CWrongArgumentException::_PD_typeId [static] |
Definition at line 342 of file OperationInterfaceC.h.
_core_attr insertExceptionToAny CWrongArgumentException::insertToAnyFn [static] |
Definition at line 336 of file OperationInterfaceC.h.
_core_attr insertExceptionToAnyNCP CWrongArgumentException::insertToAnyFnNCP [static] |
Definition at line 337 of file OperationInterfaceC.h.
::CORBA::Long CWrongArgumentException::max_arg |
Definition at line 314 of file OperationInterfaceC.h.
::CORBA::Long CWrongArgumentException::which_arg |
Definition at line 312 of file OperationInterfaceC.h.