Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ippCommandChecker.cpp File Reference

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


Define Documentation

#define CHECKER_ENUM x,
b,
 )     case x: error_string.append(c); break;
 

#define CHECKER_ENUM enumValue,
IPPError,
 )     case enumValue: return IPPError;
 

#define CHECKER_ENUMERATION
 

Definition at line 84 of file ippCommandChecker.cpp.

Referenced by ippCommandCheckerBase::getErrorMessageString(), and ippCommandCheckerBase::getIppErr().

#define ENUM value,
function   )     case ipp::value: IPP_CONCAT(check,value)(aCommand); break;
 


Typedef Documentation

typedef boost::intrusive_ptr<const ippEnumAllPropCommand> ippEnumAllPropCommandConstPtr
 

Definition at line 443 of file ippCommandChecker.cpp.

typedef boost::intrusive_ptr<ippEnumAllPropCommand> ippEnumAllPropCommandPtr
 

Definition at line 442 of file ippCommandChecker.cpp.


Generated on Wed Nov 8 00:20:23 2006 for IPPDME by  doxygen 1.4.1