![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <PythonConfig.h>
Public Member Functions | |
| PythonConfigPaths ()=default | |
| Default ctor, does not initialize pythonHome & pythonPath. More... | |
| bool | isSet () const |
| returns true if both paths are non empty More... | |
| const wchar_t * | pythonHome () const |
| Returns the pythonHome. More... | |
| const wchar_t * | pythonPath () const |
| Returns the pythonPath. More... | |
Holds strings of the PythonHome & PythonPath, in types that are compatible with CPython API.
They are meant to be used for Py_SetPythonHome and Py_SetPath. See:
Definition at line 183 of file PythonConfig.h.
|
default |
Default ctor, does not initialize pythonHome & pythonPath.
| bool PythonConfigPaths::isSet | ( | ) | const |
returns true if both paths are non empty
Definition at line 148 of file PythonConfig.cpp.
| const wchar_t * PythonConfigPaths::pythonHome | ( | ) | const |
Returns the pythonHome.
Definition at line 153 of file PythonConfig.cpp.
Referenced by PythonInterpreter::initialize().
| const wchar_t * PythonConfigPaths::pythonPath | ( | ) | const |
Returns the pythonPath.
Definition at line 158 of file PythonConfig.cpp.
Referenced by PythonInterpreter::initialize().