Classes | |
class | ConfigWriter |
Toolbox to dump user-steered configuration into Python scripts. More... | |
class | Environment |
class | Error |
class | Functional |
class | ObjectPtr |
Smart pointer to a Python object and its dereferencing operator. More... | |
Typedefs | |
typedef std::unique_ptr< PyObject, void(*)(PyObject *) | PyObjectPtr) |
Functions | |
std::string | pythonPath (const std::string &) |
Translate a filename into a python-compatible path. | |
std::vector< std::wstring > | info () |
typedef std::unique_ptr<PyObject, void (*)(PyObject*) PyObjectPtr) |
Definition at line 33 of file ObjectPtr.h.
std::vector< std::wstring > info | ( | ) |
std::string pythonPath | ( | const std::string & | ) |