4#ifndef _abe0360e_c8a7_4aae_a795_924c3cdcd44e
5#define _abe0360e_c8a7_4aae_a795_924c3cdcd44e
23 std::size_t
end()
const;
47 std::size_t _end, _index;
Counter from 0 (included) to end (excluded).
Definition Counter.h:14
Counter & operator++()
Increment the index.
bool last() const
Test if the index is equal to end-1.
bool done() const
Test if the index is equal to end.
Counter & reset()
Set the index to 0.
Counter(std::size_t end)
Initialize index to 0.
Counter & setEnd(std::size_t end)
Set the end value.
std::size_t end() const
Return the end value.
bool first() const
Test if the index is 0.
std::size_t index() const
Return the current index.
Top-level namespace of the msl library.
Definition acceleration.h:17