MACRO
OMNI_DBGE
- A helper macro used for debug error output.
SYNOPSIS top
The
OMNI_DBGE
helper macro is used within the library to print debug statements.
DESCRIPTION top
If debug is enabled in the library, this macro simply expands to a
omni::out << string << std::endl;
while if debug is not enabled, then the value in the macro is not compiled in.
CONSIDERATIONS top
No special considerations.
PLATFORM SPECIFIC top
No platform specific notes.