Open CASCADE Technology
7.4.0
|
#include <Standard_Type.hxx>
#include <Standard_DefineException.hxx>
#include <Standard_SStream.hxx>
#include <Expr_ExprFailure.hxx>
Macros | |
#define | Expr_InvalidOperand_Raise_if(CONDITION, MESSAGE) if (CONDITION) throw Expr_InvalidOperand(MESSAGE); |
#define Expr_InvalidOperand_Raise_if | ( | CONDITION, | |
MESSAGE | |||
) | if (CONDITION) throw Expr_InvalidOperand(MESSAGE); |