Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <python_compile.h>
Public Types | |
enum | { MYSTRING, MYLONG, MYDOUBLE } |
Public Member Functions | |
PythonBasicType (const std::string &mystr) | |
PythonBasicType (const long mystr) | |
PythonBasicType (const float mystr) | |
PyObject * | NewObject () const |
Public Attributes | |
std::string | objects |
long | objecti |
double | objectd |
enum PythonBasicType:: { ... } | type |
Definition at line 16 of file python_compile.h.
anonymous enum |
|
inline |
|
inline |
|
inline |
|
inline |
double PythonBasicType::objectd |
Definition at line 21 of file python_compile.h.
Referenced by NewObject(), and PythonBasicType().
long PythonBasicType::objecti |
Definition at line 20 of file python_compile.h.
Referenced by NewObject(), and PythonBasicType().
std::string PythonBasicType::objects |
Definition at line 19 of file python_compile.h.
Referenced by NewObject(), and PythonBasicType().
enum { ... } PythonBasicType::type |
Referenced by NewObject(), and PythonBasicType().