SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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::OptionDescriptionList > 
getProgramOptions () override
 
void preInitialize (const UserValues &args) override
 
void initialize (const UserValues &args) override
 
PythonInterpretergetInterpreter () const
 

Detailed Description

Definition at line 30 of file PythonConfig.h.

Constructor & Destructor Documentation

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

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:

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

Reimplemented from Euclid::Configuration::Configuration.

Definition at line 42 of file PythonConfig.cpp.

void SourceXtractor::PythonConfig::initialize ( const UserValues &  args)
overridevirtual

Reimplemented from Euclid::Configuration::Configuration.

Definition at line 60 of file PythonConfig.cpp.

References conf::filename, and SourceXtractor::PythonInterpreter::getSingleton().

Here is the call graph for this function:

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

Reimplemented from Euclid::Configuration::Configuration.

Definition at line 52 of file PythonConfig.cpp.

References conf::filename.


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