Arduino KVComm
master
Key-Value pair communication library for Arduino
|
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>
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 |
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.