|
My Project
|
Public Types | |
| using | difference_type = storage_type::const_iterator::difference_type |
| using | iterator_category = storage_type::const_iterator::iterator_category |
| using | pointer = const DeckKeyword * |
| using | reference = const DeckKeyword & |
| using | value_type = DeckKeyword |
Public Member Functions | |
| Iterator (storage_type::const_iterator inner_iter) | |
| const DeckKeyword & | operator* () |
| const DeckKeyword * | operator-> () |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| Iterator & | operator-- () |
| Iterator | operator-- (int) |
| Iterator::difference_type | operator- (const Iterator &other) |
| Iterator | operator+ (Iterator::difference_type shift) |
Friends | |
| bool | operator== (const Iterator &a, const Iterator &b) |
| bool | operator<= (const Iterator &a, const Iterator &b) |
| bool | operator!= (const Iterator &a, const Iterator &b) |