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

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

#include <JSFunctionProxy.hh>

Public Attributes

PyObject_HEAD JS::PersistentRootedObject * jsFunc
 

Detailed Description

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

Member Data Documentation

◆ jsFunc

PyObject_HEAD JS::PersistentRootedObject* JSFunctionProxy::jsFunc

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