|
|
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 |
| |
|
|
| Iterator (storage_type::const_iterator inner_iter) |
| |
|
const DeckKeyword & | operator* () const |
| |
|
const DeckKeyword * | operator-> () const |
| |
|
Iterator & | operator++ () |
| |
|
Iterator | operator++ (int) |
| |
|
Iterator & | operator-- () |
| |
|
Iterator | operator-- (int) |
| |
|
Iterator::difference_type | operator- (const Iterator &other) const |
| |
|
Iterator | operator+ (Iterator::difference_type shift) const |
| |
The documentation for this struct was generated from the following file: