Open CASCADE Technology 7.8.2.dev
OSD_SIGINT.hxx File Reference
#include <Standard_Type.hxx>
#include <Standard_SStream.hxx>
#include <OSD_Signal.hxx>

Macros

#define OSD_SIGINT_Raise_if(CONDITION, MESSAGE)
 

Macro Definition Documentation

◆ OSD_SIGINT_Raise_if

#define OSD_SIGINT_Raise_if ( CONDITION,
MESSAGE )
Value:
if (CONDITION) throw OSD_SIGINT(MESSAGE);