SourceXtractorPlusPlus
0.15
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 |
![]() | |
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 | |
![]() | |
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 |
![]() | |
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 57 of file PluginConfig.cpp.
References m_plugin_list.
std::string SourceXtractor::PluginConfig::getPluginPath | ( | ) | const |
Definition at line 53 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(), std::vector< T >::begin(), std::vector< T >::end(), std::vector< T >::erase(), m_plugin_list, m_plugin_path, SourceXtractor::PLUGIN, SourceXtractor::PLUGIN_DIRECTORY, and std::remove().
|
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().