Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Macros | Functions | Variables
memoryobject.h File Reference

Go to the source code of this file.

Classes

struct  PyMemoryViewObject
 

Macros

#define PyMemoryView_Check(op)   (Py_TYPE(op) == &PyMemoryView_Type)
 
#define PyMemoryView_GET_BUFFER(op)   (&((PyMemoryViewObject *)(op))->view)
 
#define PyMemoryView_GET_BASE(op)   (((PyMemoryViewObject *)(op))->view.obj)
 

Functions

 PyAPI_DATA (PyTypeObject) PyMemoryView_Type
 
 PyAPI_FUNC (PyObject *) PyMemoryView_GetContiguous(PyObject *base
 

Variables

int buffertype
 
int char fort
 

Macro Definition Documentation

#define PyMemoryView_Check (   op)    (Py_TYPE(op) == &PyMemoryView_Type)
#define PyMemoryView_GET_BASE (   op)    (((PyMemoryViewObject *)(op))->view.obj)
#define PyMemoryView_GET_BUFFER (   op)    (&((PyMemoryViewObject *)(op))->view)

Function Documentation

PyAPI_DATA ( PyTypeObject  )
PyAPI_FUNC ( PyObject )
read

Variable Documentation

int buffertype
int char fort

Copyright 2014 Google Inc. All rights reserved.