#include <Counter.hpp>
Definition at line 7 of file Counter.hpp.
◆ Counter() [1/2]
◆ Counter() [2/2]
Counter::Counter |
( |
std::int32_t |
MaxIterations | ) |
|
◆ ~Counter()
◆ GetIterations()
std::int32_t Counter::GetIterations |
( |
| ) |
const |
◆ GetMaxIterations()
std::int32_t Counter::GetMaxIterations |
( |
| ) |
const |
◆ Increment()
bool Counter::Increment |
( |
std::int32_t |
Amount = 1 | ) |
|
◆ IsFinished()
bool Counter::IsFinished |
( |
| ) |
const |
◆ Reset()
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
OS, |
|
|
const Counter & |
C |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: