Interface implemented by JSON map type containers. More...
#include <Json.h>
Public Member Functions | |
~MapType () | |
Virtual destructor. | |
virtual void | addElement (const std::string &key, const T &value)=0 |
Add element to map. | |
virtual void | forEach (const std::function< void(const std::string &key, const T &value)> &f) const =0 |
Iterate through map. | |
Interface implemented by JSON map type containers.