|
slang-netlist
0.9.0
|
#include <Debug.hpp>
Public Member Functions | |
| Config ()=default | |
| Config (Config const &)=delete | |
| void | operator= (Config const &)=delete |
Static Public Member Functions | |
| static auto | getInstance () -> Config & |
Public Attributes | |
| bool | debugEnabled {false} |
| bool | quietEnabled {false} |
Singleton holding global debug/quiet flags consulted by the DEBUG_PRINT and INFO_PRINT macros.
|
default |
|
delete |
|
inlinestatic |
|
delete |
| bool slang::netlist::Config::debugEnabled {false} |
| bool slang::netlist::Config::quietEnabled {false} |