Reusable functions for python functionality. More...
#include "frepple/utils.h"
Go to the source code of this file.
Classes | |
class | frepple::utils::CommandPython |
This command executes Python code in the embedded interpreter. More... | |
class | frepple::utils::FreppleCategory< ME, PROXY > |
A template class to expose category classes which use a string as the key to Python . More... | |
class | frepple::utils::FreppleClass< ME, BASE, PROXY > |
A template class to expose classes to Python. More... | |
class | frepple::utils::FreppleIterator< ME, ITERCLASS, DATACLASS, PROXYCLASS > |
A template class to expose iterators to Python. More... | |
class | frepple::utils::PythonAttributeList |
This class is a wrapper around a Python dictionary. More... | |
class | frepple::utils::PythonExtension< T > |
Template class to define Python extensions. More... | |
class | frepple::utils::PythonExtensionBase |
This is a base class for all Python extension types. More... | |
class | frepple::utils::PythonInterpreter |
This class is used to maintain the Python interpreter. More... | |
class | frepple::utils::PythonObject |
This class handles two-way translation between the data types in C++ and Python. More... | |
Namespaces | |
namespace | frepple |
Core namespace. | |
namespace | frepple::utils |
Core namespace. |
Reusable functions for python functionality.
Utility classes for interfacing with the Python language.
Definition in file pythonutils.h.