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 135 of file DebugUtils.h.
List of available options.
Definition at line 137 of file DebugUtils.h.
|
inline |
Returns whether the specified option is set.
Definition at line 153 of file DebugUtils.h.
Set one option o
to the specified set value (true by default).
Definition at line 149 of file DebugUtils.h.
std::bitset<NOptions> lar::debug::CallInfoPrinter::opt::options |
Value of current options.
Definition at line 146 of file DebugUtils.h.