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