|
using | iterator = It |
|
using | pointer = V * |
|
using | const_pointer |
|
using | const_reference |
|
typedef std::ptrdiff_t | diff_t |
|
using | difference_type |
|
typedef round_robin_t< V, It > | iterator |
|
using | iterator_category |
|
using | pointer |
|
using | reference |
|
using | value_type |
|
|
void | dec () |
|
bool | eq (const round_robin_t &other) const |
|
pointer | get () const |
|
void | inc () |
|
| round_robin_t (iterator begin, iterator end) |
|
bool | operator!= (const iterator &other) const |
|
reference | operator* () |
|
const_reference | operator* () const |
|
iterator | operator+ (diff_t step) |
|
iterator | operator++ () |
|
iterator | operator++ (int) |
|
iterator | operator+= (diff_t step) |
|
iterator | operator- (diff_t step) |
|
diff_t | operator- (iterator first) |
|
iterator | operator-- () |
|
iterator | operator-- (int) |
|
iterator | operator-= (diff_t step) |
|
pointer | operator-> () |
|
const_pointer | operator-> () const |
|
bool | operator< (const iterator &other) const |
|
bool | operator<= (const iterator &other) const |
|
bool | operator== (const iterator &other) const |
|
bool | operator> (const iterator &other) const |
|
bool | operator>= (const iterator &other) const |
|
The documentation for this class was generated from the following file: