#include <GXXXerror.h>
Public Member Functions | |
| GCCCerror (unsigned msg) | |
| unsigned | type () const |
| unsigned | sweep () const |
| unsigned | param () const |
| unsigned | raw () const |
Static Public Member Functions | |
| static unsigned | type (unsigned msg) |
| static unsigned | sweep (unsigned msg) |
| static unsigned | param (unsigned msg) |
| GCCCerror::GCCCerror | ( | unsigned | msg | ) | [inline] |
Constructor for initializing the class with an error message
| unsigned GCCCerror::param | ( | ) | const [inline] |
Return the error parameter of the GCCC error message
| static unsigned GCCCerror::param | ( | unsigned | msg | ) | [inline, static] |
Static method to return the error parameter of a given GCCC error message
| unsigned GCCCerror::raw | ( | ) | const [inline] |
Return the raw error message the GCCCerror class was initialized with
| unsigned GCCCerror::sweep | ( | ) | const [inline] |
Return the sweep number of the GCCC error message
| static unsigned GCCCerror::sweep | ( | unsigned | msg | ) | [inline, static] |
Static method to return the sweep number of a given GCCC error message
| unsigned GCCCerror::type | ( | ) | const [inline] |
Return the error type of the GCCC error message
| static unsigned GCCCerror::type | ( | unsigned | msg | ) | [inline, static] |
Static method to return the error type of a given GCCC error message
1.4.7