NDDEM
Classes | Public Member Functions | Public Attributes | List of all members
nddem::JsonObject Class Reference

#include <json_parser.h>

Classes

struct  dat
 
struct  iterator
 

Public Member Functions

JsonValueoperator[] (std::string &s)
 
JsonValueat (std::string &s)
 
iterator begin ()
 
iterator end ()
 
bool exist (std::string key)
 
JsonValueoperator[] (std::string &s)
 
JsonValueat (std::string &s)
 
iterator begin ()
 
iterator end ()
 
bool exist (std::string key)
 

Public Attributes

std::map< std::string, JsonValuedata
 

Member Function Documentation

◆ at() [1/2]

JsonValue& nddem::JsonObject::at ( std::string &  s)

◆ at() [2/2]

JsonValue & nddem::JsonObject::at ( std::string &  s)

◆ begin() [1/2]

iterator nddem::JsonObject::begin ( )

◆ begin() [2/2]

JsonObject::iterator nddem::JsonObject::begin ( )

◆ end() [1/2]

iterator nddem::JsonObject::end ( )

◆ end() [2/2]

JsonObject::iterator nddem::JsonObject::end ( )

◆ exist() [1/2]

bool nddem::JsonObject::exist ( std::string  key)

◆ exist() [2/2]

bool nddem::JsonObject::exist ( std::string  key)

◆ operator[]() [1/2]

JsonValue& nddem::JsonObject::operator[] ( std::string &  s)

◆ operator[]() [2/2]

JsonValue & nddem::JsonObject::operator[] ( std::string &  s)

Member Data Documentation

◆ data

std::map< std::string, JsonValue > nddem::JsonObject::data

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