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

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>
Include dependency graph for KV_Parser.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.