Inheritance diagram for ippCommandCheckerBase:

Public Member Functions | |
| ippCommandCheckerBase () | |
| virtual | ~ippCommandCheckerBase () |
| virtual ippCheckerErrorId | checkCommand (ippCommandConstPtr aCommand) |
| ippCheckerErrorId | getCheckerErr () const |
| std::string | getErrorMessageString () const |
Static Public Member Functions | |
| static ippErrorNameType | getIppErr (ippCheckerErrorId code) |
Protected Attributes | |
| ippCheckerErrorId | _errorCode |
| ippCommandNameType | _commandName |
| ippCommandConstPtr | _command |
|
|
Definition at line 182 of file ippCommandChecker.cpp. |
|
|
Definition at line 32 of file ippCommandChecker.h. |
|
|
Reimplemented in ippCommandChecker. Definition at line 2149 of file ippCommandChecker.cpp. References _errorCode, and CHECKER_OK. |
|
|
Definition at line 36 of file ippCommandChecker.h. Referenced by ippSimpleServer::ExecuteCommand(). |
|
|
Definition at line 164 of file ippCommandChecker.cpp. References _commandName, _errorCode, CHECKER_ENUMERATION, and getCommandNameString(). Referenced by ippSimpleServer::ExecuteCommand(). |
|
|
Definition at line 130 of file ippCommandChecker.cpp. References CHECKER_ENUMERATION, and GenericError. Referenced by ippSimpleServer::ExecuteCommand(). |
|
|
Definition at line 45 of file ippCommandChecker.h. |
|
|
Definition at line 44 of file ippCommandChecker.h. Referenced by getErrorMessageString(). |
|
|
Definition at line 43 of file ippCommandChecker.h. Referenced by checkCommand(), and getErrorMessageString(). |
1.4.1