#include <internalerror.h>
Public Member Functions | |
InternalError () | |
InternalError (DBusError *e) | |
InternalError (const InternalError &ie) | |
~InternalError () | |
operator DBusError * () | |
operator bool () | |
Public Attributes | |
DBusError | error |
Definition at line 38 of file internalerror.h.
DBus::InternalError::InternalError | ( | ) | [inline] |
Definition at line 42 of file internalerror.h.
DBus::InternalError::InternalError | ( | DBusError * | e | ) | [inline, explicit] |
Definition at line 47 of file internalerror.h.
DBus::InternalError::InternalError | ( | const InternalError & | ie | ) | [inline] |
DBus::InternalError::~InternalError | ( | ) | [inline] |
Definition at line 59 of file internalerror.h.
DBus::InternalError::operator bool | ( | ) | [inline] |
Definition at line 69 of file internalerror.h.
DBus::InternalError::operator DBusError * | ( | ) | [inline] |
Definition at line 64 of file internalerror.h.
DBusError DBus::InternalError::error |