|
Embedded Template Library
1.0
|
Const Iterator. More...
#include <ideque.h>
Public Member Functions | |
| const_iterator (const const_iterator &other) | |
| const_iterator (const typename ideque::iterator &other) | |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator | operator+= (difference_type offset) |
| const_iterator | operator-= (difference_type offset) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| const_reference | operator* () const |
| const_pointer | operator-> () const |
| bool | operator< (const const_iterator &other) const |
| difference_type | get_index () const |
| ideque & | get_deque () const |
| pointer | get_buffer () const |
| void | swap (const_iterator &other) |
Friends | |
| class | ideque |
| const_iterator | operator+ (const const_iterator &lhs, difference_type offset) |
| const_iterator | operator- (const const_iterator &lhs, difference_type offset) |
| bool | operator== (const const_iterator &lhs, const const_iterator &rhs) |
| bool | operator!= (const const_iterator &lhs, const const_iterator &rhs) |
Const Iterator.