SG++-Doxygen-Documentation
|
#include <JSON.hpp>
Public Member Functions | |
void | clear () |
virtual JSON * | clone () |
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 |
Node & | addDictAttr (const std::string &name) override |
Node & | addIDAttr (const std::string &name, const std::string &value) override |
Node & | addIDAttr (const std::string &name, const char *value) override |
Node & | addIDAttr (const std::string &name, const double &value) override |
Node & | addIDAttr (const std::string &name, const uint64_t &value) override |
Node & | addIDAttr (const std::string &name, const int64_t &value) override |
Node & | addIDAttr (const std::string &name, const bool &value) override |
Node & | addListAttr (const std::string &name) override |
Node & | addTextAttr (const std::string &name, const std::string &value) override |
bool | contains (const std::string &key) override |
DictNode () | |
DictNode (const DictNode &original) | |
std::unique_ptr< Node > | erase (Node &node) override |
std::vector< std::string > & | keys () override |
DictNode & | operator= (const DictNode &right) |
Node & | operator= (const Node &right) override |
Node & | operator[] (const std::string &key) override |
void | parse (std::vector< Token > &stream) override |
void | parseAttributes (std::vector< Token > &stream) |
std::unique_ptr< Node > | removeAttribute (const std::string name) override |
Node & | replaceDictAttr (const std::string &name) override |
Node & | replaceIDAttr (const std::string &name, const std::string &value) override |
Node & | replaceIDAttr (const std::string &name, const char *value) override |
Node & | replaceIDAttr (const std::string &name, const double &value) override |
Node & | replaceIDAttr (const std::string &name, const uint64_t &value) override |
Node & | replaceIDAttr (const std::string &name, const int64_t &value) override |
Node & | replaceIDAttr (const std::string &name, const bool &value) override |
Node & | replaceListAttr (const std::string &name) override |
Node & | replaceTextAttr (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 Node & | addDictValue () |
virtual Node & | addIdValue (const std::string &value) |
virtual Node & | addIdValue (const char *value) |
virtual Node & | addIdValue (const double &value) |
virtual Node & | addIdValue (const uint64_t &value) |
virtual Node & | addIdValue (const int64_t &value) |
virtual Node & | addIdValue (const bool &value) |
virtual Node & | addListValue () |
virtual Node & | addTextValue (const std::string &value) |
virtual void | addValue (std::unique_ptr< Node > node) |
virtual std::unique_ptr< Node > | erase () |
virtual std::string & | get () |
virtual bool | getBool () |
virtual double | getDouble () |
virtual int64_t | getInt () |
virtual uint64_t | getUInt () |
Node () | |
virtual Node & | operator[] (const size_t index) |
virtual std::unique_ptr< Node > | removeValue (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 |
Node * | parent |
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 |
|
explicit |
References analyse_erg::file, and json::DictNode::parse().
json::JSON::JSON | ( | ) |
Referenced by clone().
json::JSON::JSON | ( | const JSON & | original | ) |
References json::Token::charNumber, json::COLON, json::COMMA, json::COMMENT, python.statsfileInfo::i, json::ID, json::LBRACE, json::LBRACKET, json::Token::lineNumber, json::MULTILINECOMMENT, json::MULTILINECOMMENTSTAR, json::NONE, json::RBRACE, json::RBRACKET, json::SINGLELINE, json::STRING, json::Token::type, and json::Token::value.
void json::JSON::clear | ( | ) |
References json::DictNode::attributes, json::DictNode::keyOrder, json::Node::orderedKeyIndex, and json::Node::parent.
Referenced by deserialize(), and deserializeFromString().
|
virtual |
Reimplemented from json::DictNode.
Reimplemented in sgpp::datadriven::SparseGridDensityEstimatorConfiguration, sgpp::combigrid::OrthogonalPolynomialBasis1DConfiguration, sgpp::datadriven::LearnerSGDEConfiguration, sgpp::base::OCLOperationConfiguration, and sgpp::base::OperationConfiguration.
References JSON().
void json::JSON::deserialize | ( | std::string | content | ) |
References clear(), and json::DictNode::parse().
Referenced by python.learner.formatter.LearnedKnowledgeFormatter.LearnedKnowledgeFormatter::deserializeFromFile(), python.learner.formatter.GridFormatter.GridFormatter::deserializeFromFile(), python.utils.GzipSerializer.GzipSerializer::deserializeFromFile(), python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter::deserializeFromFile(), python.uq.sampler.asgc.ASGCSamplerFormatter.ASGCSamplerFormatter::deserializeFromFile(), python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter::deserializeFromFile(), and sgpp::datadriven::clusteringmpi::MPIWorkerPackageBase< int >::MPIWorkerPackageBase().
void json::JSON::deserializeFromString | ( | const std::string & | content | ) |
References clear(), and json::DictNode::parse().
Referenced by sgpp::datadriven::MultipleEvalHPX::LocalityMultiplier::LocalityMultiplier().
void json::JSON::serialize | ( | const std::string & | outFileName | ) |
References chess::outFile.
Referenced by main(), sgpp::datadriven::clusteringmpi::MPIWorkerPackageBase< int >::MPIWorkerPackageBase(), python.utils.GzipSerializer.GzipSerializer::serializeToFile(), python.learner.formatter.LearnerFormatter.LearnerFormatter::serializeToFile(), python.learner.formatter.LearnedKnowledgeFormatter.LearnedKnowledgeFormatter::serializeToFile(), python.learner.formatter.GridFormatter.GridFormatter::serializeToFile(), python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter::serializeToFile(), python.uq.sampler.asgc.ASGCSamplerFormatter.ASGCSamplerFormatter::serializeToFile(), and python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter::serializeToFile().