|
ant
A2 ant: class-based analysis framework
|
#include <ForLoopCounter.h>
Inheritance diagram for ant::ForLoopCounter< T >::iterator:
Collaboration diagram for ant::ForLoopCounter< T >::iterator:Public Member Functions | |
| iterator (const ForLoopCounter &c, T start) noexcept | |
| iterator & | operator++ () |
| bool constexpr | operator== (const iterator &other) const noexcept |
| bool constexpr | operator!= (const iterator &other) const noexcept |
| const constexpr T & | operator* () const noexcept |
Public Attributes | |
| const ForLoopCounter & | counter |
| T | i |
| T | last |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
| const ForLoopCounter& ant::ForLoopCounter< T >::iterator::counter |
| T ant::ForLoopCounter< T >::iterator::i |
| T ant::ForLoopCounter< T >::iterator::last |