JXXON object mapper library
JXXON::Json::MapType< T > Class Template Referenceabstract

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.
 

Detailed Description

template<typename T>
class JXXON::Json::MapType< T >

Interface implemented by JSON map type containers.


The documentation for this class was generated from the following file: