Open CASCADE Technology 7.8.2.dev
Standard_OutOfMemory.hxx File Reference

Data Structures

class  Standard_OutOfMemory
 Standard_OutOfMemory exception is defined explicitly and not by macro DEFINE_STANDARD_EXCEPTION, to avoid necessity of dynamic memory allocations during throwing and stack unwinding: More...
 

Macros

#define Standard_OutOfMemory_Raise_if(CONDITION, MESSAGE)
 

Macro Definition Documentation

◆ Standard_OutOfMemory_Raise_if

#define Standard_OutOfMemory_Raise_if ( CONDITION,
MESSAGE )
Value:
if (CONDITION) throw Standard_OutOfMemory(MESSAGE);
Standard_OutOfMemory exception is defined explicitly and not by macro DEFINE_STANDARD_EXCEPTION,...
Definition Standard_OutOfMemory.hxx:48