|
ant
A2 ant: class-based analysis framework
|
#include <iterators.h>
Inheritance diagram for ant::std_ext::circit< T >:
Collaboration diagram for ant::std_ext::circit< T >:Public Member Functions | |
| constexpr | circit (T Start, T Stop) noexcept |
| void | next () |
| void | previous () |
| void | Reset () |
| circit & | operator++ () |
| circit | operator++ (int) |
| constexpr T::value_type | operator* () const |
Protected Attributes | |
| const T | start |
| const T | end |
| T | pos |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |