ROOT 6.08/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 * | getDoubleFormat () |
const char * | getFloatFormat () |
const char * | getIntFormat () |
const char * | getLongFormat () |
const char * | getShortFormat () |
const char * | getUIntFormat () |
const char * | getULongFormat () |
const char * | getUShortFormat () |
#define PYBUFFER_SETFORMAT | ( | buf, | |
name | |||
) |
Definition at line 309 of file TPyBufferFactory.cxx.
#define PYBUFFER_SETITEMSIZE | ( | buf, | |
type | |||
) | ((PyBufferTop_t*)buf)->fItemSize = Py_ssize_t(sizeof(type)) |
Definition at line 308 of file TPyBufferFactory.cxx.
Definition at line 316 of file TPyBufferFactory.cxx.
Definition at line 123 of file TPyBufferFactory.cxx.
Definition at line 258 of file TPyBufferFactory.cxx.
#define PYROOT_PREPARE_PYBUFFER_TYPE | ( | name | ) |
Definition at line 47 of file TPyBufferFactory.cxx.
const char* getBoolFormat | ( | ) |
Definition at line 297 of file TPyBufferFactory.cxx.
const char* getDoubleFormat | ( | ) |
Definition at line 305 of file TPyBufferFactory.cxx.
const char* getFloatFormat | ( | ) |
Definition at line 304 of file TPyBufferFactory.cxx.
const char* getIntFormat | ( | ) |
Definition at line 300 of file TPyBufferFactory.cxx.
const char* getLongFormat | ( | ) |
Definition at line 302 of file TPyBufferFactory.cxx.
const char* getShortFormat | ( | ) |
Definition at line 298 of file TPyBufferFactory.cxx.
const char* getUIntFormat | ( | ) |
Definition at line 301 of file TPyBufferFactory.cxx.
const char* getULongFormat | ( | ) |
Definition at line 303 of file TPyBufferFactory.cxx.
const char* getUShortFormat | ( | ) |
Definition at line 299 of file TPyBufferFactory.cxx.