Macros | |
#define | PYBUFFER_SETFORMAT(buf, name) |
#define | PYBUFFER_SETITEMSIZE(buf, type) ((PyBufferTop_t*)buf)->fItemSize = Py_ssize_t(sizeof(type)) |
#define | PYROOT_IMPLEMENT_PYBUFFER_FROM_MEMORY(name, type) |
#define | PYROOT_IMPLEMENT_PYBUFFER_METHODS(name, type, stype, F1, F2) |
#define | PYROOT_INSTALL_PYBUFFER_METHODS(name, type) |
#define | PYROOT_PREPARE_PYBUFFER_TYPE(name) |
Functions | |
const char * | getBoolFormat () |
const char * | getCharFormat () |
const char * | getDoubleFormat () |
const char * | getFloatFormat () |
const char * | getIntFormat () |
const char * | getLongFormat () |
const char * | getShortFormat () |
const char * | getUCharFormat () |
const char * | getUIntFormat () |
const char * | getULongFormat () |
const char * | getUShortFormat () |
#define PYBUFFER_SETFORMAT | ( | buf, | |
name | |||
) |
Definition at line 355 of file TPyBufferFactory.cxx.
#define PYBUFFER_SETITEMSIZE | ( | buf, | |
type | |||
) | ((PyBufferTop_t*)buf)->fItemSize = Py_ssize_t(sizeof(type)) |
Definition at line 354 of file TPyBufferFactory.cxx.
Definition at line 362 of file TPyBufferFactory.cxx.
Definition at line 127 of file TPyBufferFactory.cxx.
Definition at line 300 of file TPyBufferFactory.cxx.
#define PYROOT_PREPARE_PYBUFFER_TYPE | ( | name | ) |
Definition at line 47 of file TPyBufferFactory.cxx.
const char * getBoolFormat | ( | ) |
Definition at line 341 of file TPyBufferFactory.cxx.
const char * getCharFormat | ( | ) |
Definition at line 342 of file TPyBufferFactory.cxx.
const char * getDoubleFormat | ( | ) |
Definition at line 351 of file TPyBufferFactory.cxx.
const char * getFloatFormat | ( | ) |
Definition at line 350 of file TPyBufferFactory.cxx.
const char * getIntFormat | ( | ) |
Definition at line 346 of file TPyBufferFactory.cxx.
const char * getLongFormat | ( | ) |
Definition at line 348 of file TPyBufferFactory.cxx.
const char * getShortFormat | ( | ) |
Definition at line 344 of file TPyBufferFactory.cxx.
const char * getUCharFormat | ( | ) |
Definition at line 343 of file TPyBufferFactory.cxx.
const char * getUIntFormat | ( | ) |
Definition at line 347 of file TPyBufferFactory.cxx.
const char * getULongFormat | ( | ) |
Definition at line 349 of file TPyBufferFactory.cxx.
const char * getUShortFormat | ( | ) |
Definition at line 345 of file TPyBufferFactory.cxx.