The Gaudi Framework  v30r3 (a5ef0a68)
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 ( IJobOptionsSvc jos)
inline

Definition at line 14 of file PythonConfig.h.

14 : m_IJobOptionsSvc( jos ) {}
SmartIF< IJobOptionsSvc > m_IJobOptionsSvc
Definition: PythonConfig.h:21

Member Function Documentation

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

Definition at line 15 of file PythonConfig.h.

16  {
18  }
Implementation of property with value of concrete type.
Definition: Property.h:381
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:21

Member Data Documentation

SmartIF<IJobOptionsSvc> PythonAdaptor::m_IJobOptionsSvc
private

Definition at line 21 of file PythonConfig.h.


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