Definition at line 24 of file RYMLParser.h.
|
static std::unique_ptr< JSONTree > | create () |
|
static std::unique_ptr< JSONTree > | create (std::istream &is) |
|
static std::string | getBackend () |
| Returns the name of the library that serves as the backend for the JSON interface, which is either "nlohmann-json" or "rapidyaml" . More...
|
|
static bool | hasBackend (std::string const &name) |
| Check if ROOT was compiled with support for a certain JSON backend library. More...
|
|
static void | setBackend (std::string const &name) |
| Set the library that serves as the backend for the JSON interface. More...
|
|
#include </home/sftnight/build/workspace/root-makedoc-master/rootspi/rdoc/src/master/roofit/jsoninterface/src/RYMLParser.h>
◆ TRYMLTree() [1/2]
◆ ~TRYMLTree()
TRYMLTree::~TRYMLTree |
( |
| ) |
|
|
override |
◆ TRYMLTree() [2/2]
TRYMLTree::TRYMLTree |
( |
std::istream & |
is | ) |
|
◆ clearcache()
void TRYMLTree::clearcache |
( |
| ) |
|
◆ incache() [1/2]
◆ incache() [2/2]
const char * TRYMLTree::incache |
( |
const std::string & |
str | ) |
|
◆ rootnode()
◆ _nodecache
std::list<Node> TRYMLTree::_nodecache |
|
protected |
◆ _strcache
std::list<std::string> TRYMLTree::_strcache |
|
protected |
◆ tree
std::unique_ptr<Impl> TRYMLTree::tree |
|
protected |
The documentation for this class was generated from the following files: