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 () |
| 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 , 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 100 of file JSONParser.cxx.
Definition at line 104 of file JSONParser.cxx.
| TJSONTree::Node::Node | ( | TJSONTree * | t | ) |
Definition at line 102 of file JSONParser.cxx.
| TJSONTree::Node::Node | ( | const Node & | other | ) |
Definition at line 109 of file JSONParser.cxx.
|
virtual |
Definition at line 111 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 286 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 302 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 297 of file JSONParser.cxx.
|
overridevirtual |
Reimplemented from RooFit::Detail::JSONNode.
Definition at line 352 of file JSONParser.cxx.
|
overridevirtual |
Reimplemented from RooFit::Detail::JSONNode.
Definition at line 346 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 223 of file JSONParser.cxx.
|
protected |
Definition at line 41 of file JSONParser.cxx.
|
protected |
Definition at line 36 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 281 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 271 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 276 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 160 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 165 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 170 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 228 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 292 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 138 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 132 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 126 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 120 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 144 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 155 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 150 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 195 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 209 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 233 of file JSONParser.cxx.
|
overridevirtual |
Reimplemented from RooFit::Detail::JSONNode.
Definition at line 255 of file JSONParser.cxx.
|
overridevirtual |
Reimplemented from RooFit::Detail::JSONNode.
Definition at line 251 of file JSONParser.cxx.
|
overridevirtual |
Reimplemented from RooFit::Detail::JSONNode.
Definition at line 247 of file JSONParser.cxx.
|
overridevirtual |
Implements RooFit::Detail::JSONNode.
Definition at line 115 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.