#include "Platform.hpp"
#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | csound |
Data Structures | |
| class | csound::Shell |
Typedefs | |
| typedef void | csound::PyObject_ |
Variables | |
| void(* | csound::Py_Initialize_ )(void) |
| void(* | csound::Py_Finalize_ )(void) |
| void(* | csound::PySys_SetArgv_ )(int, char **) |
| PyObject_ *(* | csound::PyImport_ImportModule_ )(char *) |
| void(* | csound::PyErr_Print_ )(void) |
| PyObject_ *(* | csound::PyObject_GetAttrString_ )(PyObject_ *, char *) |
| int(* | csound::PyRun_SimpleFileEx_ )(FILE *, const char *, int) |
| int(* | csound::PyRun_SimpleString_ )(const char *) |
| PyObject_ *(* | csound::PyObject_CallMethod_ )(PyObject_ *, char *, char *,...) |
| long(* | csound::PyLong_AsLong_ )(PyObject_ *) |
1.5.6