Supported iteration methods.
Public Member Functions | |
| iterator & | operator++ () |
| Increments to the next key-value entry in the container. | |
| iterator | operator++ (int) |
| Increments to the next key-value entry in the container. | |
| const Item & | operator* () |
| Reads the entry's key from flash. | |
| const Item * | operator-> () |
Reads the entry into the Item object. | |
| constexpr bool | operator== (const iterator &rhs) const |
| Equality comparison of two entries. | |
| constexpr bool | operator!= (const iterator &rhs) const |
| Inequality comparison of two entries. | |
Friends | |
| class | KeyValueStore |