PythonMonkey   v0.7.2 (dev)
Loading...
Searching...
No Matches
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: