|
NDDEM
|
Small class to handle number generator (ie. first:step:last syntax) More...
#include <Parameters.h>
Public Member Functions | |
| void | parse (std::string s) |
| void | reset () |
| int | niter () |
| T | cur () |
| std::optional< T > | operator() (bool allow=false) |
Private Attributes | |
| int | iter =0 |
| bool | isconst = true |
| T | first |
| T | last |
| T | delta =1 |
Small class to handle number generator (ie. first:step:last syntax)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |