![]() |
AmpGen 2.1
|
#include <stddef.h>#include <iostream>#include <sstream>#include <stdexcept>#include <string>#include <utility>#include <vector>#include <iomanip>#include <map>#include <cstring>#include <string_view>#include "AmpGen/MsgService.h"#include "AmpGen/OptionsParser.h"#include "AmpGen/Utilities.h"#include "AmpGen/MetaUtils.h"#include "AmpGen/ConfigurableBase.h"Go to the source code of this file.
Classes | |
| class | AmpGen::Property< value_t > |
| Properties are configurable characteristics of objects that will at some point inherit from a base class. More... | |
Namespaces | |
| namespace | AmpGen |
Functions | |
| template<typename T> | |
| std::ostream & | AmpGen::operator<< (std::ostream &os, const Property< T > &np) |
| template<typename... T> | |
| std::string | AmpGen::helpStringOptions (const std::string &header, const T &...args) |
| template<typename T> | |
| bool | AmpGen::operator== (const T &val, const Property< T > &prop) |