OMNI_TERMINATE
MACRO

OMNI_TERMINATE - Defines the underlying terminate function to call.

SYNOPSIS top

If not defined, will define the macro to be std::terminate unless OMNI_NO_TERMINATE is defined.

DESCRIPTION top

This macro is the underlying function called in the event the framework needs to terminate (i.e. an error occurred on destruction, etc.). For more information see omni/exception.hpp

CONSIDERATIONS top

No special considerations

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.