![]() |
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 "AmpGen/MsgService.h"#include "AmpGen/OptionsParser.h"#include "AmpGen/Utilities.h"#include "AmpGen/MetaUtils.h"Go to the source code of this file.
Classes | |
| class | AmpGen::NamedParameter< T > |
| A parameter with value specified by the user at runtime, either in an options file or via the command line. More... | |
Namespaces | |
| namespace | AmpGen |
Functions | |
| template<typename T> | |
| std::ostream & | AmpGen::operator<< (std::ostream &os, const NamedParameter< T > &np) |
| template<typename ... T> | |
| std::string | AmpGen::optionalHelpString (const std::string &header, const T &... args) |