Orbits
1
|
Go to the source code of this file.
Classes | |
struct | PyCObject |
Macros | |
#define | PyCObject_Check(op) (Py_TYPE(op) == &PyCObject_Type) |
Functions | |
PyAPI_DATA (PyTypeObject) PyCObject_Type | |
PyAPI_FUNC (PyObject *) PyCObject_FromVoidPtr(void *cobj | |
PyAPI_FUNC (void *) PyCObject_AsVoidPtr(PyObject *) | |
PyAPI_FUNC (int) PyCObject_SetVoidPtr(PyObject *self | |
Variables | |
void(* | destruct )(void *)) |
void * | desc |
char * | cobject_name |
void * | cobj |
#define PyCObject_Check | ( | op | ) | (Py_TYPE(op) == &PyCObject_Type) |
PyAPI_DATA | ( | PyTypeObject | ) |
|
read |
PyAPI_FUNC | ( | void * | ) |
|
read |
void* cobj |
char* cobject_name |
void* desc |
void void(* destruct)(void *, void *)) |
Copyright 2014 Google Inc. All rights reserved.