Pigweed
C/C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
pw::kvs::KeyValueStore::iterator Class Reference

Supported iteration methods. More...

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
 

Detailed Description

Supported iteration methods.


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