Arduino KVComm  master
Key-Value pair communication library for Arduino
Classes
KV_Iterator.hpp File Reference

Iterating over a dictionary generated by the KV_Builder, used for parsing and for checking if a key is already in the entry. More...

#include <KVComm/include/KVComm/KV_Error.hpp>
#include <KVComm/include/KVComm/KV_Helpers.hpp>
#include <KVComm/include/KVComm/KV_Types.hpp>
#include <AH/STL/array>
#include <AH/STL/cstddef>
#include <AH/STL/cstdint>
#include <AH/STL/iterator>
#include <AH/STL/vector>
#include <WString.h>
Include dependency graph for KV_Iterator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KV_Iterator
 Class for iterating over a dictionary generated by the KV_Builder, used for parsing and for checking if a key is already in the entry. More...
 
class  KV_Iterator::KV
 
class  KV_Iterator::iterator
 

Detailed Description

Iterating over a dictionary generated by the KV_Builder, used for parsing and for checking if a key is already in the entry.


Definition in file KV_Iterator.hpp.