bufferinfo Struct Reference

bufferinfo Struct Reference

#include <object.h>

Class Description

Definition at line 164 of file object.h.

Public Attributes

void * buf
 
PyObjectobj
 
Py_ssize_t len
 
Py_ssize_t itemsize
 
int readonly
 
int ndim
 
char * format
 
Py_ssize_tshape
 
Py_ssize_tstrides
 
Py_ssize_tsuboffsets
 
Py_ssize_t smalltable [2]
 
void * internal
 

Member Data Documentation

void* buf

Definition at line 165 of file object.h.

char* format

Definition at line 172 of file object.h.

void* internal

Definition at line 178 of file object.h.

Py_ssize_t itemsize

Definition at line 168 of file object.h.

Definition at line 167 of file object.h.

int ndim

Definition at line 171 of file object.h.

PyObject* obj

Definition at line 166 of file object.h.

int readonly

Definition at line 170 of file object.h.

Py_ssize_t* shape

Definition at line 173 of file object.h.

Py_ssize_t smalltable[2]

Definition at line 176 of file object.h.

Py_ssize_t* strides

Definition at line 174 of file object.h.

Py_ssize_t* suboffsets

Definition at line 175 of file object.h.


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