1 #ifndef COUNTER_HPP_INCLUDED
2 #define COUNTER_HPP_INCLUDED
22 std::int32_t MaxIterations;
23 std::int32_t Iterations;
Counter(std::int32_t MaxIterations)
std::int32_t GetIterations() const
friend std::ostream & operator<<(std::ostream &OS, const Counter &C)
bool Increment(std::int32_t Amount=1)
std::int32_t GetMaxIterations() const