PythonMonkey   v1.0.0 (dev)
Loading...
Searching...
No Matches
ListType.hh
Go to the documentation of this file.
1
11#ifndef PythonMonkey_ListType_
12#define PythonMonkey_ListType_
13
14#include <jsapi.h>
15
16#include <Python.h>
17
18
24struct ListType {
25public:
26 static PyObject *getPyObject(JSContext *cx, JS::HandleObject arrayObj);
27};
28#endif
This struct represents a list in python.
Definition ListType.hh:24
static PyObject * getPyObject(JSContext *cx, JS::HandleObject arrayObj)
Definition ListType.cc:17