Documentation generator object. More...
#include <include/CepGen/Utils/DocumentationGenerator.h>
Classes | |
struct | category_t |
Public Member Functions | |
DocumentationGenerator (const ParametersList &) | |
~DocumentationGenerator () override=default | |
virtual std::string | describe ()=0 |
const std::string & | name () const |
Module unique indexing name. | |
bool | operator== (const SteeredObject &oth) const |
Equality operator. | |
bool | operator!= (const SteeredObject &oth) const |
Inequality operator. | |
const ParametersList & | parameters () const override |
Module user-defined parameters. | |
void | setParameters (const ParametersList ¶ms) override |
Set module parameters. | |
void | setDescribedParameters (const ParametersList ¶ms_orig) |
Set (documented) module parameters. | |
Static Public Member Functions | |
static ParametersDescription | description () |
Protected Member Functions | |
template<typename T > | |
T | steer (const std::string &key) const |
Retrieve a parameters as previously steered. | |
template<typename T , typename U > | |
U | steerAs (const std::string &key) const |
Retrieve a recast parameters as previously steered. | |
std::string | steerName () const |
Retrieve module name from parameters. | |
std::string | steerPath (const std::string &key) const |
Retrieve a path from common search paths. | |
Protected Attributes | |
std::vector< std::pair< std::string, category_t > > | categories_ |
const std::string | name_ |
Module unique indexing name. | |
ParametersList | params_ |
Module parameters. | |
Definition at line 28 of file DocumentationGenerator.h.
struct cepgen::utils::DocumentationGenerator::category_t |
Definition at line 38 of file DocumentationGenerator.h.
Class Members | ||
---|---|---|
string | description | |
map< string, ParametersDescription > | modules {} | |
map< string, int > | modules_indices {} | |
string | name | |
string | title |
|
explicit |
|
overridedefault |
|
pure virtual |
|
static |
|
inherited |
Definition at line 42 of file NamedModule.h.
|
inherited |
Definition at line 50 of file SteeredObject.h.
|
inherited |
Definition at line 48 of file SteeredObject.h.
|
overridevirtualinherited |
Reimplemented from Steerable.
Definition at line 53 of file SteeredObject.h.
|
inherited |
Definition at line 72 of file SteeredObject.h.
|
overridevirtualinherited |
Reimplemented from Steerable.
Definition at line 61 of file SteeredObject.h.
|
protectedinherited |
Definition at line 39 of file Steerable.h.
Definition at line 44 of file Steerable.h.
|
protectedinherited |
Definition at line 48 of file Steerable.h.
|
protectedinherited |
|
protected |
Definition at line 43 of file DocumentationGenerator.h.
|
protectedinherited |
Definition at line 45 of file NamedModule.h.
|
mutableprotectedinherited |
Definition at line 50 of file Steerable.h.