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

The typedef for the backing store that will be used by JSArrayProxy objects. All it contains is a pointer to the JSObject. More...

#include <JSArrayProxy.hh>

Public Attributes

PyListObject list
 
JS::PersistentRootedObject * jsArray
 

Detailed Description

The typedef for the backing store that will be used by JSArrayProxy objects. All it contains is a pointer to the JSObject.

Member Data Documentation

◆ jsArray

JS::PersistentRootedObject* JSArrayProxy::jsArray

◆ list

PyListObject JSArrayProxy::list

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