stores a position in the PythonQtValueStorage More...
#include <PythonQtMisc.h>
Public Member Functions | |
| PythonQtValueStoragePosition () | |
Public Attributes | |
| int | chunkIdx |
| int | chunkOffset |
stores a position in the PythonQtValueStorage
Definition at line 62 of file PythonQtMisc.h.
| PythonQtValueStoragePosition::PythonQtValueStoragePosition | ( | ) | [inline] |
Definition at line 65 of file PythonQtMisc.h.
References chunkIdx, and chunkOffset.
{ chunkIdx = 0; chunkOffset = 0; }
Definition at line 67 of file PythonQtMisc.h.
Referenced by PythonQtValueStorage< qint64, 128 >::getPos(), PythonQtValueStoragePosition(), and PythonQtValueStorage< qint64, 128 >::setPos().
Definition at line 68 of file PythonQtMisc.h.
Referenced by PythonQtValueStorage< qint64, 128 >::getPos(), PythonQtValueStoragePosition(), and PythonQtValueStorage< qint64, 128 >::setPos().
1.7.1