|
Arduino KVComm
master
Key-Value pair communication library for Arduino
|
A parser for dictionaries generated by the KV_Builder. More...
#include <KVComm/KV_Types.hpp>#include <cstdint>#include <map>#include <stdexcept>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | KV_Parser |
| A parser for dictionaries generated by the KV_Builder. More... | |
| struct | KV_Parser::strcmp |
| Functor to compare the map keys. More... | |
A parser for dictionaries generated by the KV_Builder.
Intended to run on your computer, not on the Arduino, because it uses std::map, dynamic memory allocation and exceptions.
Definition in file KV_Parser.hpp.
1.8.16