Classes | |
struct | Value |
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
typedef Value | value_type |
typedef Value | reference |
typedef Value | pointer |
typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
BENCHMARK_ALWAYS_INLINE Value | operator* () const |
BENCHMARK_ALWAYS_INLINE StateIterator & | operator++ () |
BENCHMARK_ALWAYS_INLINE bool | operator!= (StateIterator const &) const |
Friends | |
class | State |