Open CASCADE Technology
6.9.1
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Standard_DefineException.hxx>
#include <Standard_SStream.hxx>
#include <Standard_NoSuchObject.hxx>
#include <Handle_Units_NoSuchUnit.hxx>
Macros | |
#define | Units_NoSuchUnit_Raise_if(CONDITION, MESSAGE) if (CONDITION) Units_NoSuchUnit::Raise(MESSAGE); |
#define Units_NoSuchUnit_Raise_if | ( | CONDITION, | |
MESSAGE | |||
) | if (CONDITION) Units_NoSuchUnit::Raise(MESSAGE); |