#include "Python.h"#include "CPyCppyy/PyResult.h"#include "CPyCppyy/CommonDefs.h"#include <string>#include <vector>Classes | |
| class | CPyCppyy::Converter |
| class | CPyCppyy::Executor |
| struct | CPyCppyy::Parameter |
| union | CPyCppyy::Parameter::Value |
Namespaces | |
| namespace | Cppyy |
| namespace | CPyCppyy |
| Set of helper functions that are invoked from the pythonizors, on the Python side. | |
Macros | |
| #define | CPYCPPYY_PARAMETER |
Typedefs | |
| typedef Converter *(* | CPyCppyy::ConverterFactory_t) (Py_ssize_t *dims) |
| typedef Executor *(* | CPyCppyy::ExecutorFactory_t) () |