C/C++ API Reference
Loading...
Searching...
No Matches
pw::kvs::KeyValueStore::iterator Class Reference

Overview

Supported iteration methods.

Public Member Functions

iteratoroperator++ ()
 Increments to the next key-value entry in the container.
 
iterator operator++ (int)
 Increments to the next key-value entry in the container.
 
const Itemoperator* ()
 Reads the entry's key from flash.
 
const Itemoperator-> ()
 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
 

The documentation for this class was generated from the following file: