#include <DataFlowC.h>
Public Member Functions | |
| virtual ::CORBA::Exception * | _NP_duplicate () const |
| virtual void | _raise () const |
| CNoSuchPortException (const CNoSuchPortException &) | |
| CNoSuchPortException () | |
| void | operator<<= (cdrStream &) |
| CNoSuchPortException & | operator= (const CNoSuchPortException &) |
| void | operator>>= (cdrStream &) const |
| virtual | ~CNoSuchPortException () |
Static Public Member Functions | |
| static const CNoSuchPortException * | _downcast (const ::CORBA::Exception *) |
| static CNoSuchPortException * | _downcast (::CORBA::Exception *) |
| static CNoSuchPortException * | _narrow (::CORBA::Exception *_e) |
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 337 of file DataFlowC.h.
| CNoSuchPortException::CNoSuchPortException | ( | ) | [inline] |
Definition at line 342 of file DataFlowC.h.
| CNoSuchPortException::CNoSuchPortException | ( | const CNoSuchPortException & | ) |
| virtual CNoSuchPortException::~CNoSuchPortException | ( | ) | [virtual] |
| static const CNoSuchPortException* CNoSuchPortException::_downcast | ( | const ::CORBA::Exception * | ) | [static] |
| static CNoSuchPortException* CNoSuchPortException::_downcast | ( | ::CORBA::Exception * | ) | [static] |
| static CNoSuchPortException* CNoSuchPortException::_narrow | ( | ::CORBA::Exception * | _e | ) | [inline, static] |
Definition at line 353 of file DataFlowC.h.
| virtual ::CORBA::Exception* CNoSuchPortException::_NP_duplicate | ( | ) | const |
| virtual void CNoSuchPortException::_NP_marshal | ( | cdrStream & | ) | const [private, virtual] |
| virtual const char* CNoSuchPortException::_NP_repoId | ( | int * | ) | const [private, virtual] |
| virtual const char* CNoSuchPortException::_NP_typeId | ( | ) | const [private, virtual] |
| virtual void CNoSuchPortException::_raise | ( | ) | const [virtual] |
| void CNoSuchPortException::operator<<= | ( | cdrStream & | ) | [inline] |
Definition at line 358 of file DataFlowC.h.
| CNoSuchPortException& CNoSuchPortException::operator= | ( | const CNoSuchPortException & | ) |
| void CNoSuchPortException::operator>>= | ( | cdrStream & | ) | const [inline] |
Definition at line 357 of file DataFlowC.h.
_core_attr const char* CNoSuchPortException::_PD_repoId [static] |
Definition at line 365 of file DataFlowC.h.
_core_attr const char* CNoSuchPortException::_PD_typeId [static] |
Definition at line 366 of file DataFlowC.h.
_core_attr insertExceptionToAny CNoSuchPortException::insertToAnyFn [static] |
Definition at line 360 of file DataFlowC.h.
_core_attr insertExceptionToAnyNCP CNoSuchPortException::insertToAnyFnNCP [static] |
Definition at line 361 of file DataFlowC.h.