|
PythonMonkey v0.9.1 (dev)
|
The typedef for the backing store that will be used by JSObjectIterProxy objects. More...
#include <JSObjectIterProxy.hh>
Public Attributes | |
| PyObject_HEAD JS::PersistentRootedIdVector * | props |
| int | it_index |
| bool | reversed |
| int | kind |
| PyDictObject * | di_dict |
The typedef for the backing store that will be used by JSObjectIterProxy objects.
| PyDictObject* dictiterobject::di_dict |
| int dictiterobject::it_index |
| int dictiterobject::kind |
| PyObject_HEAD JS::PersistentRootedIdVector* dictiterobject::props |
| bool dictiterobject::reversed |