|
RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
|
Class that keeps record of current line hit for occasional logging. More...
#include <easylogging++.h>
Classes | |
| class | Predicate |
Public Member Functions | |
| HitCounter (const char *filename, base::type::LineNumber lineNumber) | |
| HitCounter (const HitCounter &hitCounter) | |
| HitCounter & | operator= (const HitCounter &hitCounter) |
| void | resetLocation (const char *filename, base::type::LineNumber lineNumber) |
| Resets location of current hit counter. | |
| void | validateHitCounts (std::size_t n) |
| Validates hit counts and resets it if necessary. | |
| const char * | filename (void) const |
| base::type::LineNumber | lineNumber (void) const |
| std::size_t | hitCounts (void) const |
| void | increment (void) |
Class that keeps record of current line hit for occasional logging.
1.8.6