PyCObject Struct Reference

PyCObject Struct Reference

#include <cobject.h>

Class Description

Definition at line 78 of file cobject.h.

Public Attributes

PyObject_HEAD void * cobject
 
void * desc
 
void(* destructor )(void *)
 

Member Data Documentation

PyObject_HEAD void* cobject

Definition at line 80 of file cobject.h.

void* desc

Definition at line 81 of file cobject.h.

void(* destructor) (void *)

Definition at line 82 of file cobject.h.


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