|
Code forensics
0.1
Generate historical information about code changes
|
#include <logging.hpp>

Public Member Functions | |
| ScopedBar (walker_state *_state, int _max, CR< Str > _annotation, bool _timed=true, int _width=40) | |
| ~ScopedBar () | |
| void | tick () |
Public Attributes | |
| int | count = 0 |
| int | max |
| indicators::BlockProgressBar | bar |
| Str | annotation |
| walker_state * | state |
| bool | timed |
| sc::high_resolution_clock::time_point | start |
|
inline |
|
inline |
|
inline |
| Str ScopedBar::annotation |
| indicators::BlockProgressBar ScopedBar::bar |
| int ScopedBar::count = 0 |
| int ScopedBar::max |
| sc::high_resolution_clock::time_point ScopedBar::start |
| walker_state* ScopedBar::state |
| bool ScopedBar::timed |