SST/macro
|
The debug_register_slot class. More...
#include <debug.h>
Public Member Functions | |
debug_register_slot (const std::string &str, debug_int *dint_ptr, const std::string &docstring) | |
The debug_register_slot class.
|
inline |
str | The unique string identifying the slot |
dint_ptr | A pointer to the debug integer that will be used for checking if debug printing is active. After registration, the debug integer pointed to will be updated. |
docstring | An docstring describing the output produced by the debug when the debug slot is active |
Definition at line 229 of file debug.h.
References sprockit::debug::register_debug_slot().