SG++-Doxygen-Documentation
json::JSON Class Reference

#include <JSON.hpp>

Inheritance diagram for json::JSON:
json::DictNode json::Node sgpp::base::OperationConfiguration sgpp::combigrid::OrthogonalPolynomialBasis1DConfiguration sgpp::datadriven::LearnerScenario sgpp::datadriven::LearnerSGDEConfiguration sgpp::datadriven::SparseGridDensityEstimatorConfiguration sgpp::base::OCLOperationConfiguration

Public Member Functions

void clear ()
 
virtual JSONclone ()
 
void deserialize (std::string content)
 
void deserializeFromString (const std::string &content)
 
 JSON (const std::string &fileName)
 
 JSON ()
 
 JSON (const JSON &original)
 
void serialize (const std::string &outFileName)
 
- Public Member Functions inherited from json::DictNode
void addAttribute (const std::string &name, std::unique_ptr< Node > node) override
 
NodeaddDictAttr (const std::string &name) override
 
NodeaddIDAttr (const std::string &name, const std::string &value) override
 
NodeaddIDAttr (const std::string &name, const char *value) override
 
NodeaddIDAttr (const std::string &name, const double &value) override
 
NodeaddIDAttr (const std::string &name, const uint64_t &value) override
 
NodeaddIDAttr (const std::string &name, const int64_t &value) override
 
NodeaddIDAttr (const std::string &name, const bool &value) override
 
NodeaddListAttr (const std::string &name) override
 
NodeaddTextAttr (const std::string &name, const std::string &value) override
 
bool contains (const std::string &key) override
 
 DictNode ()
 
 DictNode (const DictNode &original)
 
std::unique_ptr< Nodeerase (Node &node) override
 
std::vector< std::string > & keys () override
 
DictNodeoperator= (const DictNode &right)
 
Nodeoperator= (const Node &right) override
 
Nodeoperator[] (const std::string &key) override
 
void parse (std::vector< Token > &stream) override
 
void parseAttributes (std::vector< Token > &stream)
 
std::unique_ptr< NoderemoveAttribute (const std::string name) override
 
NodereplaceDictAttr (const std::string &name) override
 
NodereplaceIDAttr (const std::string &name, const std::string &value) override
 
NodereplaceIDAttr (const std::string &name, const char *value) override
 
NodereplaceIDAttr (const std::string &name, const double &value) override
 
NodereplaceIDAttr (const std::string &name, const uint64_t &value) override
 
NodereplaceIDAttr (const std::string &name, const int64_t &value) override
 
NodereplaceIDAttr (const std::string &name, const bool &value) override
 
NodereplaceListAttr (const std::string &name) override
 
NodereplaceTextAttr (const std::string &name, const std::string &value) override
 
void serialize (std::ostream &outFile, size_t indentWidth) override
 
size_t size () override
 
- Public Member Functions inherited from json::Node
virtual NodeaddDictValue ()
 
virtual NodeaddIdValue (const std::string &value)
 
virtual NodeaddIdValue (const char *value)
 
virtual NodeaddIdValue (const double &value)
 
virtual NodeaddIdValue (const uint64_t &value)
 
virtual NodeaddIdValue (const int64_t &value)
 
virtual NodeaddIdValue (const bool &value)
 
virtual NodeaddListValue ()
 
virtual NodeaddTextValue (const std::string &value)
 
virtual void addValue (std::unique_ptr< Node > node)
 
virtual std::unique_ptr< Nodeerase ()
 
virtual std::string & get ()
 
virtual bool getBool ()
 
virtual double getDouble ()
 
virtual int64_t getInt ()
 
virtual uint64_t getUInt ()
 
 Node ()
 
virtual Nodeoperator[] (const size_t index)
 
virtual std::unique_ptr< NoderemoveValue (size_t index)
 
virtual void set (const std::string &value)
 
virtual void setBool (bool boolValue)
 
virtual void setDouble (double doubleValue)
 
virtual void setInt (int64_t intValue)
 
virtual void setUInt (uint64_t uintValue)
 
virtual ~Node ()=default
 

Additional Inherited Members

- Public Attributes inherited from json::Node
size_t orderedKeyIndex
 
Nodeparent
 
- Protected Attributes inherited from json::DictNode
std::map< std::string, std::unique_ptr< Node > > attributes
 
std::vector< std::string > keyOrder
 
- Static Protected Attributes inherited from json::Node
static const int SERIALIZE_INDENT = 3
 

Constructor & Destructor Documentation

◆ JSON() [1/3]

json::JSON::JSON ( const std::string &  fileName)
explicit

◆ JSON() [2/3]

json::JSON::JSON ( )

Referenced by clone().

◆ JSON() [3/3]

Member Function Documentation

◆ clear()

◆ clone()

◆ deserialize()

◆ deserializeFromString()

void json::JSON::deserializeFromString ( const std::string &  content)

◆ serialize()


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