MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Go to the source code of this file.
Classes | |
class | MBMesquite::MsqDebug |
Run-time activation/deactivation of debug flags. More... | |
class | MBMesquite::MsqDebug::FormatPrinter |
class | MBMesquite::MsqDebug::InitializeFlags |
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. | |
Defines | |
#define | MSQ_DBG(flag) false |
Check if a debug flag is activated - evaluates to a bool. | |
#define | MSQ_DBGOUT(flag) if( MSQ_DBG( flag ) ) MBMesquite::MsqDebug::get_stream( flag ) |
Check debug flag and return ostream associated with flag. | |
#define | MSQ_PRINT(flag) if( MSQ_DBG( flag ) ) MBMesquite::MsqDebug::FormatPrinter( flag ).print |
Check debug flag and print printf-style formatted output. |