The Gaudi Framework  v32r2 (46d42edc)
PythonAdaptor Class Reference

#include <src/JobOptionsSvc/PythonConfig.h>

Collaboration diagram for PythonAdaptor:

Public Member Functions

 PythonAdaptor (IJobOptionsSvc *jos)
 
void addPropertyToJobOptions (const std::string &client, const std::string &name, const std::string &value)
 

Private Attributes

SmartIF< IJobOptionsSvcm_IJobOptionsSvc
 

Detailed Description

Definition at line 11 of file PythonConfig.h.

Constructor & Destructor Documentation

◆ PythonAdaptor()

PythonAdaptor::PythonAdaptor ( IJobOptionsSvc jos)
inline

Definition at line 13 of file PythonConfig.h.

13 : m_IJobOptionsSvc( jos ) {}
SmartIF< IJobOptionsSvc > m_IJobOptionsSvc
Definition: PythonConfig.h:19

Member Function Documentation

◆ addPropertyToJobOptions()

void PythonAdaptor::addPropertyToJobOptions ( const std::string client,
const std::string name,
const std::string value 
)
inline

Definition at line 14 of file PythonConfig.h.

14  {
16  }
Implementation of property with value of concrete type.
Definition: Property.h:352
virtual StatusCode addPropertyToCatalogue(const std::string &client, const Gaudi::Details::PropertyBase &property)=0
Add a property into the JobOptions catalog.
SmartIF< IJobOptionsSvc > m_IJobOptionsSvc
Definition: PythonConfig.h:19

Member Data Documentation

◆ m_IJobOptionsSvc

SmartIF<IJobOptionsSvc> PythonAdaptor::m_IJobOptionsSvc
private

Definition at line 19 of file PythonConfig.h.


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