Alexandria
2.19
Please provide a description of the project.
|
Go to the documentation of this file.
24 #ifndef CONFIGURATION_PDFCATALOGCONFIG_H
25 #define CONFIGURATION_PDFCATALOGCONFIG_H
33 namespace Configuration {
45 declareDependency<CatalogConfig>();
void addPdfColumn(const std::string &pdf_name, const std::string &col_name, std::vector< T > keys)
virtual ~PdfCatalogConfig()=default
std::map< std::string, std::string > m_column_names
State & getCurrentState()
Returns the current state of the configuration.
void initialize(const UserValues &) override
Method which is called during the initialization phase.
std::map< std::string, std::vector< T > > m_keys
PdfCatalogConfig(long manager_id)
Superclass of all configuration classes.
@ INITIALIZED
The initialize() method has been called.