Functions | |
bool | endsWith (std::string_view str, std::string_view suffix) |
std::string | removePrefix (std::string_view str, std::string_view prefix) |
std::string | removeSuffix (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 JSONNode &treeRoot) |
bool endsWith | ( | std::string_view | str, |
std::string_view | suffix | ||
) |
Definition at line 13 of file JSONIOUtils.cxx.
std::string removePrefix | ( | std::string_view | str, |
std::string_view | prefix | ||
) |
Definition at line 18 of file JSONIOUtils.cxx.
std::string removeSuffix | ( | std::string_view | str, |
std::string_view | suffix | ||
) |
Definition at line 25 of file JSONIOUtils.cxx.
bool startsWith | ( | std::string_view | str, |
std::string_view | prefix | ||
) |
Definition at line 8 of file JSONIOUtils.cxx.
std::unique_ptr< RooFit::Detail::JSONTree > varJSONString | ( | const JSONNode & | treeRoot | ) |
Definition at line 33 of file JSONIOUtils.cxx.