SST/macro
Public Member Functions | List of all members
sprockit::debug_register_slot Class Reference

The debug_register_slot class. More...

#include <debug.h>

Collaboration diagram for sprockit::debug_register_slot:
Collaboration graph

Public Member Functions

 debug_register_slot (const std::string &str, debug_int *dint_ptr, const std::string &docstring)
 

Detailed Description

The debug_register_slot class.

Definition at line 219 of file debug.h.

Constructor & Destructor Documentation

sprockit::debug_register_slot::debug_register_slot ( const std::string &  str,
debug_int dint_ptr,
const std::string &  docstring 
)
inline
Parameters
strThe unique string identifying the slot
dint_ptrA 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.
docstringAn 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().

Here is the call graph for this function:


The documentation for this class was generated from the following file: