SourceXtractorPlusPlus
0.16
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 |
![]() | |
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 | |
![]() | |
enum class | State { CONSTRUCTED , PRE_INITIALIZED , INITIALIZED , 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 30 of file PythonConfig.h.
|
explicit |
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().