Go to the source code of this file.
Defines | |
#define | CHECKER_ENUMERATION |
#define | CHECKER_ENUM(enumValue, IPPError, c) case enumValue: return IPPError; |
#define | CHECKER_ENUM(x, b, c) case x: error_string.append(c); break; |
#define | ENUM(value, function) case ipp::value: IPP_CONCAT(check,value)(aCommand); break; |
Typedefs | |
typedef boost::intrusive_ptr< ippEnumAllPropCommand > | ippEnumAllPropCommandPtr |
typedef boost::intrusive_ptr< const ippEnumAllPropCommand > | ippEnumAllPropCommandConstPtr |
|
|
|
|
|
Definition at line 84 of file ippCommandChecker.cpp. Referenced by ippCommandCheckerBase::getErrorMessageString(), and ippCommandCheckerBase::getIppErr(). |
|
|
|
Definition at line 443 of file ippCommandChecker.cpp. |
|
Definition at line 442 of file ippCommandChecker.cpp. |