Open CASCADE Technology  7.3.0
Data Structures | Macros

Message_Alert.hxx File Reference

#include <Standard_Type.hxx>

Data Structures

class  Message_Alert
 Base class of the hierarchy of classes describing various situations occurring during execution of some algorithm or procedure. More...
 

Macros

#define DEFINE_SIMPLE_ALERT(Alert)   class Alert : public Message_Alert { DEFINE_STANDARD_RTTI_INLINE(Alert,Message_Alert) };
 Macro allowing to define simple alert (without data) in single line of code. More...
 

Macro Definition Documentation

◆ DEFINE_SIMPLE_ALERT

#define DEFINE_SIMPLE_ALERT (   Alert)    class Alert : public Message_Alert { DEFINE_STANDARD_RTTI_INLINE(Alert,Message_Alert) };

Macro allowing to define simple alert (without data) in single line of code.