LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 131 of file DebugUtils.h.
List of available options.
Definition at line 133 of file DebugUtils.h.
|
inline |
Returns whether the specified option is set.
Definition at line 152 of file DebugUtils.h.
Set one option o
to the specified set value (true by default).
Definition at line 145 of file DebugUtils.h.
Referenced by lar::debug::CallInfoPrinter::defaultOptions().
std::bitset<NOptions> lar::debug::CallInfoPrinter::opt::options |
Value of current options.
Definition at line 142 of file DebugUtils.h.