MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
debug.h File Reference

Go to the source code of this file.

Classes

class  MDebug
 The DEBUG class for the maia. More...
 
struct  maia::debug::Tracer
 

Namespaces

namespace  maia
 Namespace for auxiliary functions/classes.
 
namespace  maia::debug
 

Typedefs

using MDebugLevel = enum { MAIA_DEBUG_ASSERTION=1, MAIA_DEBUG_IO=2, MAIA_DEBUG_ALLOCATION=4, MAIA_DEBUG_TRACE=8, MAIA_DEBUG_TRACE_IN=16, MAIA_DEBUG_TRACE_OUT=32, MAIA_DEBUG_LEVEL1=64, MAIA_DEBUG_LEVEL2=128, MAIA_DEBUG_LEVEL3=256, MAIA_DEBUG_LEVEL4=512, MAIA_DEBUG_LEVEL5=1024, MAIA_DEBUG_USER1=2048, MAIA_DEBUG_USER2=4096, MAIA_DEBUG_USER3=8192, MAIA_DEBUG_USER4=16384, MAIA_DEBUG_USER5=32768 }
 This enum holds the error levels of the DEBUG class. More...
 

Typedef Documentation

◆ MDebugLevel

using MDebugLevel = enum { MAIA_DEBUG_ASSERTION = 1, MAIA_DEBUG_IO = 2, MAIA_DEBUG_ALLOCATION = 4, MAIA_DEBUG_TRACE = 8, MAIA_DEBUG_TRACE_IN = 16, MAIA_DEBUG_TRACE_OUT = 32, MAIA_DEBUG_LEVEL1 = 64, MAIA_DEBUG_LEVEL2 = 128, MAIA_DEBUG_LEVEL3 = 256, MAIA_DEBUG_LEVEL4 = 512, MAIA_DEBUG_LEVEL5 = 1024, MAIA_DEBUG_USER1 = 2048, MAIA_DEBUG_USER2 = 4096, MAIA_DEBUG_USER3 = 8192, MAIA_DEBUG_USER4 = 16384, MAIA_DEBUG_USER5 = 32768 }

Definition at line 114 of file debug.h.