Audacity 3.2.0
|
#include <IteratorX.h>
Public Member Functions | |
NumberIterator (Integral value) | |
Integral | operator* () const |
NumberIterator & | operator++ () |
NumberIterator | operator++ (int) const |
Private Attributes | |
Integral | mValue |
Friends | |
bool | operator== (NumberIterator x, NumberIterator y) |
bool | operator!= (NumberIterator x, NumberIterator y) |
Additional Inherited Members | |
Public Types inherited from ValueIterator< int > | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = int |
using | difference_type = ptrdiff_t |
using | pointer = void |
using | reference = const int |
Definition at line 252 of file IteratorX.h.
|
inlineexplicit |
Definition at line 255 of file IteratorX.h.
|
inline |
|
inline |
|
inline |
Definition at line 259 of file IteratorX.h.
|
friend |
Definition at line 264 of file IteratorX.h.
|
friend |
Definition at line 262 of file IteratorX.h.
|
private |
Definition at line 268 of file IteratorX.h.
Referenced by NumberIterator< Integral >::operator*(), and NumberIterator< Integral >::operator++().