#include <iota.hh>
Public Types | |
typedef Function_v2v< void > | category |
typedef iota | exact_t |
typedef void | mutable_result |
typedef unsigned | result |
Public Member Functions | |
iota () | |
template<typename P > | |
unsigned | operator() (const P &) const |
void | reset () const |
unsigned | value () const |
Protected Attributes | |
unsigned | i_ |
typedef Function_v2v<void> mln::Function_v2v< iota >::category [inherited] |
Reimplemented from mln::Function< iota >.
typedef iota mln::Object< iota >::exact_t [inherited] |
typedef void mln::Function_v2v< iota >::mutable_result [inherited] |
typedef unsigned mln::fun::p2v::iota::result |
mln::fun::p2v::iota::iota | ( | ) | [inline] |
References reset().
unsigned mln::fun::p2v::iota::operator() | ( | const P & | ) | const [inline] |
References i_.
unsigned mln::fun::p2v::iota::value | ( | ) | const [inline] |
References i_.
unsigned mln::fun::p2v::iota::i_ [mutable, protected] |
Referenced by operator()(), reset(), and value().