ROOT 6.12/07 Reference Guide |
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 323 of file TPyBufferFactory.cxx.
#define PYBUFFER_SETITEMSIZE | ( | buf, | |
type | |||
) | ((PyBufferTop_t*)buf)->fItemSize = Py_ssize_t(sizeof(type)) |
Definition at line 322 of file TPyBufferFactory.cxx.
Definition at line 330 of file TPyBufferFactory.cxx.
Definition at line 127 of file TPyBufferFactory.cxx.
Definition at line 268 of file TPyBufferFactory.cxx.
#define PYROOT_PREPARE_PYBUFFER_TYPE | ( | name | ) |
Definition at line 47 of file TPyBufferFactory.cxx.
const char* getBoolFormat | ( | ) |
Definition at line 309 of file TPyBufferFactory.cxx.
const char* getCharFormat | ( | ) |
Definition at line 310 of file TPyBufferFactory.cxx.
const char* getDoubleFormat | ( | ) |
Definition at line 319 of file TPyBufferFactory.cxx.
const char* getFloatFormat | ( | ) |
Definition at line 318 of file TPyBufferFactory.cxx.
const char* getIntFormat | ( | ) |
Definition at line 314 of file TPyBufferFactory.cxx.
const char* getLongFormat | ( | ) |
Definition at line 316 of file TPyBufferFactory.cxx.
const char* getShortFormat | ( | ) |
Definition at line 312 of file TPyBufferFactory.cxx.
const char* getUCharFormat | ( | ) |
Definition at line 311 of file TPyBufferFactory.cxx.
const char* getUIntFormat | ( | ) |
Definition at line 315 of file TPyBufferFactory.cxx.
const char* getULongFormat | ( | ) |
Definition at line 317 of file TPyBufferFactory.cxx.
const char* getUShortFormat | ( | ) |
Definition at line 313 of file TPyBufferFactory.cxx.