#include <Standard.hxx>#include <Standard_DefineHandle.hxx>#include <Standard_DefineException.hxx>#include <Standard_SStream.hxx>#include <Standard_RangeError.hxx>#include <Handle_Standard_NullValue.hxx>Defines | |
| #define | Standard_NullValue_Raise_if(CONDITION, MESSAGE) if (CONDITION) Standard_NullValue::Raise(MESSAGE); |
| #define Standard_NullValue_Raise_if | ( | CONDITION, | |||
| MESSAGE | ) | if (CONDITION) Standard_NullValue::Raise(MESSAGE); |
1.6.3