Open CASCADE Technology
7.6.0
|
#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... | |
#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.