#include <Standard.hxx>
#include <Handle_Standard_ProgramError.hxx>
#include <Standard_SStream.hxx>
#include <Standard_Failure.hxx>
Defines | |
#define | Standard_ProgramError_Raise_if(CONDITION, MESSAGE) if (CONDITION) Standard_ProgramError::Raise(MESSAGE); |
|
|