NxLibDebugBlock

class NxLibDebugBlock

This class simplifies the usage of debug blocks. It will call nxLibOpenDebugBlock() during its construction and nxLibCloseDebugBlock() during its destruction.

Public Functions

NxLibDebugBlock(char const *name, NxLibDebugLevel level = nxdInherit)

Constructor. Calls nxLibOpenDebugBlock().

Parameters
  • name: Debug block name.

  • level: Debug level of this block.

~NxLibDebugBlock()

Destructor. Calls Constructor. Calls nxLibCloseDebugBlock().