|
MIRA
|
Const iterator for iterating over the interval. More...
#include <fw/ChannelReadInterval.h>
Public Types | |
| typedef ptrdiff_t | difference_type |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef ValueType | value_type |
| typedef const ValueType * | pointer |
| typedef const ValueType & | reference |
Public Member Functions | |
| const_iterator (const const_iterator &other) | |
| operator ChannelRead< T > () const | |
| cast operator that casts to ChannelRead object More... | |
| operator typename IntervalList::const_iterator () const | |
| cast operator that casts to original iterator More... | |
| reference | operator* () const |
| pointer | operator-> () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| bool | operator== (const const_iterator &other) const |
| bool | operator!= (const const_iterator &other) const |
Friends | |
| class | ChannelReadInterval |
Const iterator for iterating over the interval.
| typedef ptrdiff_t difference_type |
| typedef std::bidirectional_iterator_tag iterator_category |
| typedef ValueType value_type |
| typedef const ValueType* pointer |
| typedef const ValueType& reference |
|
inline |
|
inline |
cast operator that casts to ChannelRead object
|
inline |
cast operator that casts to original iterator
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
1.8.14