Open CASCADE Technology 7.9.0
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)
 Macro allowing to define simple alert (without data) in single line of code.
 

Macro Definition Documentation

◆ DEFINE_SIMPLE_ALERT

#define DEFINE_SIMPLE_ALERT ( Alert)
Value:
class Alert : public Message_Alert \
{ \
DEFINE_STANDARD_RTTI_INLINE(Alert, Message_Alert) \
};
Base class of the hierarchy of classes describing various situations occurring during execution of so...
Definition Message_Alert.hxx:35

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