wrapperbase Struct Reference

wrapperbase Struct Reference

#include <descrobject.h>

Class Description

Definition at line 25 of file descrobject.h.

Public Attributes

char * name
 
int offset
 
void * function
 
wrapperfunc wrapper
 
char * doc
 
int flags
 
PyObjectname_strobj
 

Member Data Documentation

char* doc

Definition at line 30 of file descrobject.h.

int flags

Definition at line 31 of file descrobject.h.

void* function

Definition at line 28 of file descrobject.h.

char* name

Definition at line 26 of file descrobject.h.

PyObject* name_strobj

Definition at line 32 of file descrobject.h.

int offset

Definition at line 27 of file descrobject.h.

wrapperfunc wrapper

Definition at line 29 of file descrobject.h.


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