SourceXtractorPlusPlus  0.15
Please provide a description of the project.
Python.h
Go to the documentation of this file.
1 
23 #ifndef _SEUTILS_PYTHON_H
24 #define _SEUTILS_PYTHON_H
25 
27 #include <ElementsKernel/Logging.h>
28 #include <Python.h>
29 
30 namespace SourceXtractor {
41 
46 public:
49 
50 private:
51  PyGILState_STATE m_state;
52 };
53 
54 } // end SourceXtractor
55 
56 #endif // _SEUTILS_PYTHON_H
SourceXtractor::GILStateEnsure::GILStateEnsure
GILStateEnsure()
Definition: Python.cpp:70
SourceXtractor::GILStateEnsure::m_state
PyGILState_STATE m_state
Definition: Python.h:51
SourceXtractor::pyToElementsException
Elements::Exception pyToElementsException(Elements::Logging &logger)
Definition: Python.cpp:30
Elements::Logging
Python.h
SourceXtractor
Definition: Aperture.h:30
Exception.h
Elements::Exception
SourceXtractor::GILStateEnsure::~GILStateEnsure
~GILStateEnsure()
Definition: Python.cpp:74
SourceXtractor::logger
static auto logger
Definition: WCS.cpp:44
Logging.h
SourceXtractor::GILStateEnsure
Definition: Python.h:45