INOS
|
Public Member Functions | |
uint32 | GetType () const |
uint32 | GetCode () const |
uint32 | GetFlags () const |
const char * | GetText () const |
const char * | GetParam () const |
operator uint32 () const | |
SINOSError * | GetNext () const |
SINOSError (uint32 auCode, const char *apText) | |
SINOSError (uint32 auCode, const char *apText, uint32 auType, uint32 auFlags, const char *apParam="") | |
int | operator< (const SINOSError &aError) const |
template<typename T > | |
T | operator== (const SINOSError &aError) const |
template<typename T > | |
T | operator!= (const SINOSError &aError) const |
int | operator< (const uint32 auCode) const |
template<typename T > | |
T | operator== (const uint32 auCode) const |
template<typename T > | |
T | operator!= (const uint32 auCode) const |
Static Public Member Functions | |
static const char * | GetText (uint32 auCode) |
static SINOSError * | GetFirst () |
static SINOSError * | Find (uint32 auCode) |
static void | SetupTree () |
Friends | |
class | CINOSHwTarget |