SourceXtractorPlusPlus  0.13
Please provide a description of the project.
Public Member Functions | List of all members
SourceXtractor::PythonConfig Class Reference

#include <PythonConfig.h>

Inheritance diagram for SourceXtractor::PythonConfig:
[legend]
Collaboration diagram for SourceXtractor::PythonConfig:
[legend]

Public Member Functions

 PythonConfig (long manager_id)
 
std::map< std::string, Configuration::OptionDescriptionListgetProgramOptions () override
 
void preInitialize (const UserValues &args) override
 
void initialize (const UserValues &args) override
 
PythonInterpretergetInterpreter () 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 ()
 
StategetCurrentState ()
 
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
 

Detailed Description

Definition at line 30 of file PythonConfig.h.

Constructor & Destructor Documentation

◆ PythonConfig()

SourceXtractor::PythonConfig::PythonConfig ( long  manager_id)

Definition at line 38 of file PythonConfig.cpp.

References SourceXtractor::PythonInterpreter::getSingleton().

Here is the call graph for this function:

Member Function Documentation

◆ getInterpreter()

PythonInterpreter & SourceXtractor::PythonConfig::getInterpreter ( ) const

Definition at line 72 of file PythonConfig.cpp.

References SourceXtractor::PythonInterpreter::getSingleton().

Here is the call graph for this function:

◆ getProgramOptions()

std::map< std::string, Configuration::OptionDescriptionList > SourceXtractor::PythonConfig::getProgramOptions ( )
overridevirtual

Reimplemented from Euclid::Configuration::Configuration.

Definition at line 42 of file PythonConfig.cpp.

◆ initialize()

void SourceXtractor::PythonConfig::initialize ( const UserValues args)
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().

Here is the call graph for this function:

◆ preInitialize()

void SourceXtractor::PythonConfig::preInitialize ( const UserValues args)
overridevirtual

Reimplemented from Euclid::Configuration::Configuration.

Definition at line 52 of file PythonConfig.cpp.

References conf::filename, and std::map< K, T >::find().

Here is the call graph for this function:

The documentation for this class was generated from the following files: