NxLibDebugBlock¶
-
class NxLibDebugBlock¶
This class simplifies the usage of debug blocks. It will call
nxLibOpenDebugBlock()during its construction andnxLibCloseDebugBlock()during its destruction.Public Functions
-
inline NxLibDebugBlock(char const *name, NxLibDebugLevel level = nxdInherit)¶
Constructor. Calls
nxLibOpenDebugBlock().- Parameters
name – Debug block name.
level – Debug level of this block, see
nxLibOpenDebugBlock()for the possible levels.
-
inline ~NxLibDebugBlock()¶
Destructor. Calls
nxLibCloseDebugBlock().
-
inline NxLibDebugBlock(char const *name, NxLibDebugLevel level = nxdInherit)¶