|
ant
A2 ant: class-based analysis framework
|
#include <ForLoopCounter.h>
Classes | |
| struct | iterator |
Public Member Functions | |
| constexpr | ForLoopCounter (T Stop) noexcept |
| constexpr | ForLoopCounter (T Start, T Stop) noexcept |
| constexpr T | counts () const noexcept |
| constexpr iterator | begin () const noexcept |
| constexpr iterator | end () const noexcept |
| constexpr iterator | cbegin () const noexcept |
| constexpr iterator | cend () const noexcept |
Public Attributes | |
| const T | start |
| const T | stop |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| const T ant::ForLoopCounter< T >::start |
| const T ant::ForLoopCounter< T >::stop |