DBus::InternalError Struct Reference
#include <internalerror.h>
Public Member Functions | |
InternalError () | |
InternalError (DBusError *e) | |
InternalError (const InternalError &ie) | |
~InternalError () | |
operator DBusError * () | |
operator bool () | |
Public Attributes | |
DBusError | error |
Detailed Description
Definition at line 39 of file internalerror.h.
Constructor & Destructor Documentation
DBus::InternalError::InternalError | ( | ) | [inline] |
Definition at line 43 of file internalerror.h.
DBus::InternalError::InternalError | ( | DBusError * | e | ) | [inline, explicit] |
Definition at line 48 of file internalerror.h.
DBus::InternalError::InternalError | ( | const InternalError & | ie | ) | [inline] |
Definition at line 54 of file internalerror.h.
References error.
DBus::InternalError::~InternalError | ( | ) | [inline] |
Definition at line 60 of file internalerror.h.
Member Function Documentation
DBus::InternalError::operator bool | ( | ) | [inline] |
Definition at line 70 of file internalerror.h.
DBus::InternalError::operator DBusError * | ( | ) | [inline] |
Definition at line 65 of file internalerror.h.
Member Data Documentation
DBusError DBus::InternalError::error |
Definition at line 41 of file internalerror.h.
Referenced by InternalError().
The documentation for this struct was generated from the following file: