HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PY_PyMethodDef Struct Reference

#include <PY_CPythonAPI.h>

Public Attributes

const char * ml_name
 
PY_PyCFunction ml_meth
 
int ml_flags
 
const char * ml_doc
 

Detailed Description

Examples:
HOM/_hdk_sample_hom_extensions.C.

Definition at line 502 of file PY_CPythonAPI.h.

Member Data Documentation

const char* PY_PyMethodDef::ml_doc

Definition at line 507 of file PY_CPythonAPI.h.

int PY_PyMethodDef::ml_flags

Definition at line 506 of file PY_CPythonAPI.h.

PY_PyCFunction PY_PyMethodDef::ml_meth

Definition at line 505 of file PY_CPythonAPI.h.

const char* PY_PyMethodDef::ml_name

Definition at line 504 of file PY_CPythonAPI.h.


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