![]() |
VR-Forces 4.1 Class Documentation
|
Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE 1 |
| #define | DL_IMPORT(RTYPE) RTYPE |
| #define | DL_EXPORT(RTYPE) RTYPE |
| #define | PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a)) |
| #define | PyArg_NoArgs(v) PyArg_Parse(v, "") |
| #define | Py_CHARMASK(c) ((c) & 0xff) |
| #define | Py_single_input 256 |
| #define | Py_file_input 257 |
| #define | Py_eval_input 258 |
| #define _GNU_SOURCE 1 |
| #define DL_IMPORT | ( | RTYPE | ) | RTYPE |
| #define DL_EXPORT | ( | RTYPE | ) | RTYPE |
| #define PyArg_GetInt | ( | v, | |
| a | |||
| ) | PyArg_Parse((v), "i", (a)) |
| #define PyArg_NoArgs | ( | v | ) | PyArg_Parse(v, "") |
| #define Py_CHARMASK | ( | c | ) | ((c) & 0xff) |
| #define Py_single_input 256 |
| #define Py_file_input 257 |
| #define Py_eval_input 258 |