|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <PythonConfig.h>
Public Member Functions | |
| PythonConfig (long manager_id) | |
| std::map< std::string, Configuration::OptionDescriptionList > | getProgramOptions () override |
| void | preInitialize (const UserValues &args) override |
| void | initialize (const UserValues &args) override |
| PythonInterpreter & | getInterpreter () const |
Public Member Functions inherited from Euclid::Configuration::Configuration | |
| Configuration (long manager_id) | |
| virtual | ~Configuration ()=default |
| virtual void | postInitialize (const UserValues &args) |
| const std::set< std::type_index > & | getDependencies () |
| State & | getCurrentState () |
| State | getCurrentState () const |
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 30 of file PythonConfig.h.
| SourceXtractor::PythonConfig::PythonConfig | ( | long | manager_id | ) |
Definition at line 38 of file PythonConfig.cpp.
References SourceXtractor::PythonInterpreter::getSingleton().
| PythonInterpreter & SourceXtractor::PythonConfig::getInterpreter | ( | ) | const |
Definition at line 72 of file PythonConfig.cpp.
References SourceXtractor::PythonInterpreter::getSingleton().
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 42 of file PythonConfig.cpp.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 60 of file PythonConfig.cpp.
References std::map< K, T >::end(), conf::filename, std::map< K, T >::find(), and SourceXtractor::PythonInterpreter::getSingleton().
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 52 of file PythonConfig.cpp.
References conf::filename, and std::map< K, T >::find().
1.8.14