Public Member Functions | |
| ippErrorNameType (ippErrorNameType_ t) | |
| const char * | toString () const |
| convert to a string | |
| int | asInteger () const |
| convert to a integer | |
| int | severity () const |
| returns the severity associated with ippError | |
| operator ippErrorNameType_ () const | |
| operator== | |
Static Public Member Functions | |
| static ippErrorNameType | from (int value) |
| return a ippError from a integer value, return GenericError if it is invalid | |
|
|
Definition at line 77 of file ippErrorNameType.h. |
|
|
convert to a integer
Definition at line 83 of file ippErrorNameType.h. Referenced by ippCommandChecker::checkGetErrorInfo(), and CxxTest::ValueTraits< ippParserCmdErrorId >::ValueTraits(). |
|
|
return a ippError from a integer value, return GenericError if it is invalid
Definition at line 71 of file ippErrorNameType.cpp. References ENUMERATION, and GenericError. |
|
|
operator==
Definition at line 89 of file ippErrorNameType.h. |
|
|
returns the severity associated with ippError
Definition at line 83 of file ippErrorNameType.cpp. References ENUMERATION. |
|
|
convert to a string
Definition at line 58 of file ippErrorNameType.cpp. References ENUMERATION. |
1.4.1