NativePyCapsule Struct Reference

#include <cpython3_raw.h>

Inheritance diagram for NativePyCapsule:

Public Attributes

void * pointer
 
const Charname
 
void * context
 
NativePyCapsule_Destructordestructor
 
- Public Attributes inherited from NativePyObjectHead_Release
Int ob_refcnt
 
struct NativePyTypeObjectob_type
 

Additional Inherited Members

- Public Member Functions inherited from NativePyObjectHead_Release
_typeobjectGetTypeObject ()
 
- Public Member Functions inherited from NativePyObject
_objectGet ()
 
const _objectGet () const
 

Member Data Documentation

◆ pointer

void* pointer

◆ name

const Char* name

◆ context

void* context

◆ destructor