DiSMEC++
|
Go to the source code of this file.
Classes | |
class | dismec::stats::TagContainer |
A tag container combines a name with a shared pointer, which points to the tag value. More... | |
class | dismec::stats::Statistics |
TODO maybe we should solve this with a variant which does the dispatch of expected type and tag. More... | |
class | dismec::stats::StatImplBase< Derived > |
Helper class for implementing Statistics classes. More... | |
Namespaces | |
dismec | |
Main namespace in which all types, classes, and functions are defined. | |
dismec::stats | |
Functions | |
std::unique_ptr< stats::Statistics > | dismec::stats::make_stat_from_json (const nlohmann::json &source) |
Generates a stats::Statistics object based on a json configuration. More... | |