My Project
|
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) |