Open CASCADE Technology
6.9.0
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Standard_DefineException.hxx>
#include <Standard_SStream.hxx>
#include <Standard_Failure.hxx>
#include <Handle_Expr_ExprFailure.hxx>
Macros | |
#define | Expr_ExprFailure_Raise_if(CONDITION, MESSAGE) if (CONDITION) Expr_ExprFailure::Raise(MESSAGE); |
#define Expr_ExprFailure_Raise_if | ( | CONDITION, | |
MESSAGE | |||
) | if (CONDITION) Expr_ExprFailure::Raise(MESSAGE); |