|
Open CASCADE Technology
6.9.1
|
#include <Standard.hxx>#include <Standard_DefineHandle.hxx>#include <Standard_DefineException.hxx>#include <Standard_SStream.hxx>#include <Standard_Failure.hxx>#include <Handle_ExprIntrp_SyntaxError.hxx>Macros | |
| #define | ExprIntrp_SyntaxError_Raise_if(CONDITION, MESSAGE) if (CONDITION) ExprIntrp_SyntaxError::Raise(MESSAGE); |
| #define ExprIntrp_SyntaxError_Raise_if | ( | CONDITION, | |
| MESSAGE | |||
| ) | if (CONDITION) ExprIntrp_SyntaxError::Raise(MESSAGE); |
1.8.10