MySQL 5.6.14 Source Code Document
|
#include <DataBuffer2.hpp>
Public Member Functions | |
void | init () |
Uint32 | getSize () const |
Static Public Member Functions | |
static Uint32 | getSegmentSize () |
Public Attributes | |
Uint32 | used |
Uint32 | firstItem |
Uint32 | lastItem |
Head/anchor for data buffer
Definition at line 47 of file DataBuffer2.hpp.
|
inlinestatic |
Get segment size in words (template argument)
Definition at line 63 of file DataBuffer2.hpp.
|
inline |
Get size of databuffer, in words
Definition at line 58 of file DataBuffer2.hpp.