Set of options for printing. More...
#include <DebugUtils.h>
Public Types | |
enum | option_t { address, demangled, library, shortLibrary, offset, NOptions } |
List of available options. More... | |
Public Member Functions | |
opt & | set (option_t o, bool set=true) |
Set one option o to the specified set value (true by default) More... | |
bool | has (option_t o) const |
Returns whether the specified option is set. More... | |
Public Attributes | |
std::bitset< NOptions > | options |
value of current options More... | |
Set of options for printing.
Definition at line 133 of file DebugUtils.h.
List of available options.
Definition at line 135 of file DebugUtils.h.
Returns whether the specified option is set.
Definition at line 151 of file DebugUtils.h.
Set one option o to the specified set value (true by default)
Definition at line 147 of file DebugUtils.h.
std::bitset<NOptions> gar::debug::CallInfoPrinter::opt::options |
value of current options
Definition at line 144 of file DebugUtils.h.