Open CASCADE Technology  7.9.3
Macros
Standard_LicenseNotFound.hxx File Reference
#include <Standard_Type.hxx>
#include <Standard_DefineException.hxx>
#include <Standard_SStream.hxx>
#include <Standard_LicenseError.hxx>

Macros

#define Standard_LicenseNotFound_Raise_if(CONDITION, MESSAGE)
 

Macro Definition Documentation

#define Standard_LicenseNotFound_Raise_if (   CONDITION,
  MESSAGE 
)
Value:
if (CONDITION) \
throw Standard_LicenseNotFound(MESSAGE);