#include <Standard.hxx>#include <Standard_DefineHandle.hxx>#include <Standard_DefineException.hxx>#include <Standard_SStream.hxx>#include <Standard_Failure.hxx>#include <Handle_LProp_NotDefined.hxx>Defines | |
| #define | LProp_NotDefined_Raise_if(CONDITION, MESSAGE) if (CONDITION) LProp_NotDefined::Raise(MESSAGE); |
| #define LProp_NotDefined_Raise_if | ( | CONDITION, | |||
| MESSAGE | ) | if (CONDITION) LProp_NotDefined::Raise(MESSAGE); |
1.6.3