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 13 of file PythonConfig.h.

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

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.

15  {
17  }
SimpleProperty< std::string > StringProperty
Definition: Property.h:718
SmartIF< IJobOptionsSvc > m_IJobOptionsSvc
Definition: PythonConfig.h:19
virtual StatusCode addPropertyToCatalogue(const std::string &client, const Property &property)=0
Add a property into the JobOptions catalog.

Member Data Documentation

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: