|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <PluginConfig.h>
Public Member Functions | |
| virtual | ~PluginConfig ()=default |
| PluginConfig (long manager_id) | |
| std::map< std::string, Configuration::OptionDescriptionList > | getProgramOptions () override |
| void | initialize (const UserValues &args) override |
| std::vector< std::string > | getPluginList () const |
| std::string | getPluginPath () const |
Public Member Functions inherited from Euclid::Configuration::Configuration | |
| Configuration (long manager_id) | |
| virtual | ~Configuration ()=default |
| virtual void | preInitialize (const UserValues &args) |
| virtual void | postInitialize (const UserValues &args) |
| const std::set< std::type_index > & | getDependencies () |
| State & | getCurrentState () |
| State | getCurrentState () const |
Private Attributes | |
| std::string | m_plugin_path |
| std::vector< std::string > | m_plugin_list |
Additional Inherited Members | |
Public Types inherited from Euclid::Configuration::Configuration | |
| enum | State { State::CONSTRUCTED, State::PRE_INITIALIZED, State::INITIALIZED, State::FINAL } |
| typedef std::vector< boost::program_options::option_description > | OptionDescriptionList |
| typedef std::map< std::string, boost::program_options::variable_value > | UserValues |
Protected Member Functions inherited from Euclid::Configuration::Configuration | |
| void | declareDependency () |
| T & | getDependency () |
| const T & | getDependency () const |
Definition at line 31 of file PluginConfig.h.
|
virtualdefault |
| SourceXtractor::PluginConfig::PluginConfig | ( | long | manager_id | ) |
Definition at line 34 of file PluginConfig.cpp.
| std::vector< std::string > SourceXtractor::PluginConfig::getPluginList | ( | ) | const |
Definition at line 56 of file PluginConfig.cpp.
References m_plugin_list.
| std::string SourceXtractor::PluginConfig::getPluginPath | ( | ) | const |
Definition at line 52 of file PluginConfig.cpp.
References m_plugin_path.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 38 of file PluginConfig.cpp.
References std::string::c_str(), SourceXtractor::PLUGIN, and SourceXtractor::PLUGIN_DIRECTORY.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 47 of file PluginConfig.cpp.
References std::map< K, T >::at(), m_plugin_list, m_plugin_path, SourceXtractor::PLUGIN, and SourceXtractor::PLUGIN_DIRECTORY.
|
private |
Definition at line 49 of file PluginConfig.h.
Referenced by getPluginList(), and initialize().
|
private |
Definition at line 48 of file PluginConfig.h.
Referenced by getPluginPath(), and initialize().
1.8.14