DDS4CCM
1.0.8
|
import "dds4ccm_BaseC.h";
Public Member Functions | |
InternalError (void) | |
InternalError (const InternalError &) | |
~InternalError (void) | |
InternalError & | operator= (const InternalError &) |
virtual ::CORBA::Exception * | _tao_duplicate (void) const |
virtual void | _raise (void) const |
virtual void | _tao_encode (TAO_OutputCDR &cdr) const |
virtual void | _tao_decode (TAO_InputCDR &cdr) |
InternalError (DDS::ReturnCode_t _tao_error_code, CCM_DDS::DataNumber_t _tao_index) | |
virtual ::CORBA::TypeCode_ptr | _tao_type (void) const |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
static InternalError * | _downcast (::CORBA::Exception *) |
static const InternalError * | _downcast (::CORBA::Exception const *) |
::CORBA::Exception * | _alloc (void) |
Public Attributes | |
CCM_DDS::DataNumber_t | index |
Private Attributes | |
DDS::ReturnCode_t | error_code |
DataNumber_t | index |
CCM_DDS::InternalError::InternalError | ( | void | ) |
CCM_DDS::InternalError::InternalError | ( | const InternalError & | ) |
CCM_DDS::InternalError::~InternalError | ( | void | ) |
CCM_DDS::InternalError::InternalError | ( | DDS::ReturnCode_t | _tao_error_code, |
CCM_DDS::DataNumber_t | _tao_index | ||
) |
CORBA::Exception * CCM_DDS::InternalError::_alloc | ( | void | ) | [static] |
CCM_DDS::InternalError * CCM_DDS::InternalError::_downcast | ( | ::CORBA::Exception * | _tao_excp | ) | [static] |
const CCM_DDS::InternalError * CCM_DDS::InternalError::_downcast | ( | ::CORBA::Exception const * | _tao_excp | ) | [static] |
void CCM_DDS::InternalError::_raise | ( | void | ) | const [virtual] |
Implements CORBA::UserException.
void CCM_DDS::InternalError::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented from CORBA::Exception.
void CCM_DDS::InternalError::_tao_decode | ( | TAO_InputCDR & | cdr | ) | [virtual] |
Implements CORBA::Exception.
CORBA::Exception * CCM_DDS::InternalError::_tao_duplicate | ( | void | ) | const [virtual] |
Implements CORBA::Exception.
void CCM_DDS::InternalError::_tao_encode | ( | TAO_OutputCDR & | cdr | ) | const [virtual] |
Implements CORBA::Exception.
CORBA::TypeCode_ptr CCM_DDS::InternalError::_tao_type | ( | void | ) | const [virtual] |
Reimplemented from CORBA::UserException.
InternalError& CCM_DDS::InternalError::operator= | ( | const InternalError & | ) |
DataNumber_t CCM_DDS::InternalError::index [private] |