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

This struct is a bundle of methods used by the JSStringProxy type. More...

#include <JSStringProxy.hh>

Static Public Member Functions

static void JSStringProxy_dealloc (JSStringProxy *self)
 Deallocation method (.tp_dealloc), removes the reference to the underlying JSString before freeing the JSStringProxy.
 
static PyObject * JSStringProxy_copy_method (JSStringProxy *self)
 copy protocol method for both copy and deepcopy
 

Detailed Description

This struct is a bundle of methods used by the JSStringProxy type.

Member Function Documentation

◆ JSStringProxy_copy_method()

PyObject * JSStringProxyMethodDefinitions::JSStringProxy_copy_method ( JSStringProxy self)
static

copy protocol method for both copy and deepcopy

Parameters
self- The JSObjectProxy
Returns
a copy of the string

◆ JSStringProxy_dealloc()

void JSStringProxyMethodDefinitions::JSStringProxy_dealloc ( JSStringProxy self)
static

Deallocation method (.tp_dealloc), removes the reference to the underlying JSString before freeing the JSStringProxy.

Parameters
self- The JSStringProxy to be free'd

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