Namespaces | |
| namespace | Detail |
Classes | |
| class | Exporter |
| struct | ExportKeys |
| class | Importer |
| struct | ImportExpression |
Typedefs | |
| using | ExportKeysMap = std::map<TClass const *, ExportKeys> |
| using | ExportMap = std::map<TClass const *, std::vector<std::unique_ptr<const Exporter>>> |
| using | ImportExpressionMap = std::map<const std::string, ImportExpression> |
| using | ImportMap = std::map<const std::string, std::vector<std::unique_ptr<const Importer>>> |
| using RooFit::JSONIO::ExportKeysMap = std::map<TClass const *, ExportKeys> |
| using RooFit::JSONIO::ExportMap = std::map<TClass const *, std::vector<std::unique_ptr<const Exporter>>> |
| using RooFit::JSONIO::ImportExpressionMap = std::map<const std::string, ImportExpression> |
| using RooFit::JSONIO::ImportMap = std::map<const std::string, std::vector<std::unique_ptr<const Importer>>> |
| void RooFit::JSONIO::clearExportKeys | ( | ) |
Definition at line 310 of file JSONIO.cxx.
| void RooFit::JSONIO::clearFactoryExpressions | ( | ) |
Definition at line 244 of file JSONIO.cxx.
| ExportMap & RooFit::JSONIO::exporters | ( | ) |
Definition at line 82 of file JSONIO.cxx.
| ExportKeysMap & RooFit::JSONIO::exportKeys | ( | ) |
Definition at line 116 of file JSONIO.cxx.
| ImportMap & RooFit::JSONIO::importers | ( | ) |
Definition at line 60 of file JSONIO.cxx.
| ImportExpressionMap & RooFit::JSONIO::importExpressions | ( | ) |
Definition at line 109 of file JSONIO.cxx.
| void RooFit::JSONIO::loadExportKeys | ( | const std::string & | fname | ) |
Definition at line 267 of file JSONIO.cxx.
| void RooFit::JSONIO::loadExportKeys | ( | std::istream & | is | ) |
Definition at line 278 of file JSONIO.cxx.
| void RooFit::JSONIO::loadFactoryExpressions | ( | const std::string & | fname | ) |
Definition at line 202 of file JSONIO.cxx.
| void RooFit::JSONIO::loadFactoryExpressions | ( | std::istream & | is | ) |
Definition at line 213 of file JSONIO.cxx.
| void RooFit::JSONIO::printExporters | ( | ) |
Definition at line 197 of file JSONIO.cxx.
| void RooFit::JSONIO::printExportKeys | ( | ) |
Definition at line 316 of file JSONIO.cxx.
| void RooFit::JSONIO::printFactoryExpressions | ( | ) |
Definition at line 250 of file JSONIO.cxx.
| void RooFit::JSONIO::printImporters | ( | ) |
Definition at line 193 of file JSONIO.cxx.
| bool RooFit::JSONIO::registerExporter | ( | const std::string & | key, |
| std::unique_ptr< const Exporter > | f, | ||
| bool | topPriority = true ) |
Definition at line 137 of file JSONIO.cxx.
| bool RooFit::JSONIO::registerExporter | ( | const TClass * | key, |
| std::unique_ptr< const Exporter > | f, | ||
| bool | topPriority = true ) |
Definition at line 130 of file JSONIO.cxx.
| bool RooFit::JSONIO::registerImporter | ( | const std::string & | key, |
| std::unique_ptr< const Importer > | f, | ||
| bool | topPriority = true ) |
Definition at line 123 of file JSONIO.cxx.
Definition at line 188 of file JSONIO.cxx.
Definition at line 183 of file JSONIO.cxx.
| void RooFit::JSONIO::setupExportKeys | ( | ) |
Definition at line 32 of file JSONIO.cxx.
| void RooFit::JSONIO::setupFactoryExpressions | ( | ) |
Definition at line 46 of file JSONIO.cxx.