Open CASCADE Technology
6.9.1
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Standard_DefineException.hxx>
#include <Standard_SStream.hxx>
#include <Standard_ProgramError.hxx>
#include <Handle_Standard_OutOfMemory.hxx>
Macros | |
#define | Standard_OutOfMemory_Raise_if(CONDITION, MESSAGE) if (CONDITION) Standard_OutOfMemory::Raise(MESSAGE); |
#define Standard_OutOfMemory_Raise_if | ( | CONDITION, | |
MESSAGE | |||
) | if (CONDITION) Standard_OutOfMemory::Raise(MESSAGE); |