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::unique_ptr< JSONTree > | create (std::string const &str) |
|
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" .
|
|
static bool | hasBackend (std::string const &name) |
| Check if ROOT was compiled with support for a certain JSON backend library.
|
|
static void | setBackend (std::string const &name) |
| Set the library that serves as the backend for the JSON interface.
|
|
#include </home/sftnight/build/workspace/root-makedoc-v628/rootspi/rdoc/src/v6-28-00-patches/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 |
roofit/jsoninterface/src/RYMLParser.h
roofit/jsoninterface/src/RYMLParser.cxx