#include <lemon/counter.h>
List of all members.
Detailed Description
This class can be used in the same way as
Counter however it does not count at all and does not print report on destruction.
Replacing a Counter with a NoCounter makes it possible to turn off all counting and reporting (SubCounters should also be replaced with NoSubCounters), so it does not affect the efficiency of the program at all.
- See also:
- Counter
The documentation for this class was generated from the following file: