Functions | |
| bool | endsWith (std::string_view str, std::string_view suffix) |
| 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 RooFit::Detail::JSONNode &treeRoot) |
| void | writeAxisBinning (RooFit::Detail::JSONNode &node, const RooAbsBinning &binning) |
| bool endsWith | ( | std::string_view | str, |
| std::string_view | suffix ) |
Definition at line 15 of file JSONIOUtils.cxx.
| std::string removeSuffix | ( | std::string_view | str, |
| std::string_view | suffix ) |
Definition at line 20 of file JSONIOUtils.cxx.
| bool startsWith | ( | std::string_view | str, |
| std::string_view | prefix ) |
Definition at line 10 of file JSONIOUtils.cxx.
| std::unique_ptr< RooFit::Detail::JSONTree > varJSONString | ( | const RooFit::Detail::JSONNode & | treeRoot | ) |
Definition at line 28 of file JSONIOUtils.cxx.
| void writeAxisBinning | ( | RooFit::Detail::JSONNode & | node, |
| const RooAbsBinning & | binning ) |
Definition at line 88 of file JSONIOUtils.cxx.