#include <RStatus.hxx>
Public Types | |
| enum | ERRORS { SUCCESS = 0, UNKNOWN, FAILURE, INVALID_PARAMETER, OUT_OF_MEMORY, NULL_POINTER, NO_ARRAY_ATTRIBUTE, NOT_IMPLEMENTED, INVALID_FUNCTION_CALL, FILE_NOT_FOUND } |
Public Member Functions | |
| RStatus (const RUInt32 newCode=RStatus::UNKNOWN, const RString newMessage="Unknown error") | |
| ~RStatus () | |
| void | setFailure (const RString newMessage="Unknown error") |
| void | setStatus (const RUInt32 newCode, const RString newMessage="Unknown error") |
| void | setMessage (const RString newMessage) |
| const RString | getMessage () const |
| const RUInt32 | getErrorCode () const |
| void | operator= (const RUInt32 newCode) |
Private Attributes | |
| RString | _message |
| RUInt32 | _code |
|
|
Definition at line 11 of file RStatus.hxx. |
|
||||||||||||
|
Definition at line 28 of file RStatus.hxx. |
|
|
Definition at line 29 of file RStatus.hxx. |
|
|
Definition at line 45 of file RStatus.hxx. |
|
|
Definition at line 42 of file RStatus.hxx. |
|
|
Definition at line 49 of file RStatus.hxx. |
|
|
Definition at line 31 of file RStatus.hxx. |
|
|
Definition at line 39 of file RStatus.hxx. |
|
||||||||||||
|
Definition at line 35 of file RStatus.hxx. |
|
|
Definition at line 26 of file RStatus.hxx. |
|
|
Definition at line 25 of file RStatus.hxx. |
1.3.9.1