JXXON object mapper library
JXXON::Json::MapType< T > Member List

This is the complete list of members for JXXON::Json::MapType< T >, including all inherited members.

addElement(const std::string &key, const T &value)=0JXXON::Json::MapType< T >pure virtual
forEach(const std::function< void(const std::string &key, const T &value)> &f) const =0JXXON::Json::MapType< T >pure virtual
~MapType()JXXON::Json::MapType< T >inline