PythonMonkey   v1.1.2 (dev)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dictiterobject Struct Reference

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
 

Detailed Description

The typedef for the backing store that will be used by JSObjectIterProxy objects.

Member Data Documentation

◆ di_dict

PyDictObject* dictiterobject::di_dict

◆ it_index

int dictiterobject::it_index

◆ kind

int dictiterobject::kind

◆ props

PyObject_HEAD JS::PersistentRootedIdVector* dictiterobject::props

◆ reversed

bool dictiterobject::reversed

The documentation for this struct was generated from the following file: