Functions | |
bool | endsWith (std::string_view str, std::string_view suffix) |
bool | startsWith (std::string_view str, std::string_view prefix) |
std::unique_ptr< RooFit::Detail::JSONTree > | varJSONString (const RooFit::Detail::JSONNode &treeRoot) |
bool endsWith | ( | std::string_view | str, |
std::string_view | suffix | ||
) |
Definition at line 11 of file JSONIOUtils.cxx.
bool startsWith | ( | std::string_view | str, |
std::string_view | prefix | ||
) |
Definition at line 6 of file JSONIOUtils.cxx.
std::unique_ptr< RooFit::Detail::JSONTree > varJSONString | ( | const RooFit::Detail::JSONNode & | treeRoot | ) |
Definition at line 16 of file JSONIOUtils.cxx.