Definition at line 24 of file JSONParser.h.
Classes | |
class | ChildItImpl |
class | Impl |
Public Member Functions | |
Node (const Node &other) | |
Node (TJSONTree *t) | |
Node (TJSONTree *t, Impl &other) | |
Node (TJSONTree *t, std::istream &is) | |
virtual | ~Node ()=default |
Node & | append_child () override |
const Node & | child (size_t pos) const override |
Node & | child (size_t pos) override |
const_children_view | children () const override |
children_view | children () override |
void | clear () override |
bool | has_child (std::string const &) const override |
bool | has_key () const override |
bool | has_val () const override |
bool | is_container () const override |
bool | is_map () const override |
bool | is_seq () const override |
std::string | key () const override |
size_t | num_children () const override |
Node & | operator<< (bool b) override |
Node & | operator<< (double d) override |
Node & | operator<< (int i) override |
Node & | operator<< (std::string const &s) override |
const Node & | operator>> (std::string &v) const override |
const Node & | operator[] (std::string const &k) const override |
Node & | operator[] (std::string const &k) override |
Node & | set_map () override |
Node & | set_seq () override |
std::string | val () const override |
bool | val_bool () const override |
double | val_double () const override |
int | val_int () const override |
void | writeJSON (std::ostream &os) const override |
Public Member Functions inherited from RooFit::Detail::JSONNode | |
template<typename Matrix > | |
void | fill_mat (Matrix const &mat) |
template<typename Collection > | |
void | fill_seq (Collection const &coll) |
template<typename Collection > | |
void | fill_seq (Collection const &coll, size_t nmax) |
template<typename Collection , typename TransformationFunc > | |
void | fill_seq (Collection const &coll, TransformationFunc func) |
JSONNode const * | find (std::string const &key) const |
template<typename... Keys_t> | |
JSONNode const * | find (std::string const &key, Keys_t const &...keys) const |
JSONNode & | get (std::string const &key) |
template<typename... Keys_t> | |
JSONNode & | get (std::string const &key, Keys_t const &...keys) |
JSONNode & | operator<< (const char *s) |
template<class T > | |
T | val_t () const |
template<> | |
int | val_t () const |
template<> | |
double | val_t () const |
template<> | |
bool | val_t () const |
virtual void | writeYML (std::ostream &) const |
Protected Member Functions | |
Impl & | get_node () |
const Impl & | get_node () const |
TJSONTree * | get_tree () |
const TJSONTree * | get_tree () const |
Protected Attributes | |
std::unique_ptr< Impl > | node |
friend | TJSONTree |
TJSONTree * | tree |
Additional Inherited Members | |
Public Types inherited from RooFit::Detail::JSONNode | |
using | child_iterator = child_iterator_t< JSONNode > |
using | children_view = children_view_t< JSONNode > |
using | const_child_iterator = child_iterator_t< const JSONNode > |
using | const_children_view = children_view_t< const JSONNode > |
TJSONTree::Node::Node | ( | TJSONTree * | t, |
std::istream & | is | ||
) |
Definition at line 111 of file JSONParser.cxx.
Definition at line 115 of file JSONParser.cxx.
TJSONTree::Node::Node | ( | TJSONTree * | t | ) |
Definition at line 113 of file JSONParser.cxx.
TJSONTree::Node::Node | ( | const Node & | other | ) |
Definition at line 120 of file JSONParser.cxx.
|
virtualdefault |
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 295 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 311 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 306 of file JSONParser.cxx.
|
overridevirtual |
Reimplemented from RooFit::Detail::JSONNode.
Definition at line 361 of file JSONParser.cxx.
|
overridevirtual |
Reimplemented from RooFit::Detail::JSONNode.
Definition at line 355 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 232 of file JSONParser.cxx.
|
protected |
Definition at line 52 of file JSONParser.cxx.
|
protected |
Definition at line 47 of file JSONParser.cxx.
|
inlineprotected |
Definition at line 34 of file JSONParser.h.
|
inlineprotected |
Definition at line 33 of file JSONParser.h.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 290 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 280 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 285 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 169 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 174 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 179 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 237 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 301 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 147 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 141 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 135 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 129 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 153 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 164 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 159 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 204 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 218 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 242 of file JSONParser.cxx.
|
overridevirtual |
Reimplemented from RooFit::Detail::JSONNode.
Definition at line 264 of file JSONParser.cxx.
|
overridevirtual |
Reimplemented from RooFit::Detail::JSONNode.
Definition at line 260 of file JSONParser.cxx.
|
overridevirtual |
Reimplemented from RooFit::Detail::JSONNode.
Definition at line 256 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 124 of file JSONParser.cxx.
|
protected |
Definition at line 31 of file JSONParser.h.
|
protected |
Definition at line 30 of file JSONParser.h.
|
protected |
Definition at line 26 of file JSONParser.h.