MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DataBuffer2< sz, Pool >::HeadPOD Struct Reference

#include <DataBuffer2.hpp>

Inheritance diagram for DataBuffer2< sz, Pool >::HeadPOD:

Public Member Functions

void init ()
Uint32 getSize () const

Static Public Member Functions

static Uint32 getSegmentSize ()

Public Attributes

Uint32 used
Uint32 firstItem
Uint32 lastItem

Detailed Description

template<Uint32 sz, typename Pool>
struct DataBuffer2< sz, Pool >::HeadPOD

Head/anchor for data buffer

Definition at line 47 of file DataBuffer2.hpp.

Member Function Documentation

template<Uint32 sz, typename Pool >
static Uint32 DataBuffer2< sz, Pool >::HeadPOD::getSegmentSize ( )
inlinestatic

Get segment size in words (template argument)

Definition at line 63 of file DataBuffer2.hpp.

template<Uint32 sz, typename Pool >
Uint32 DataBuffer2< sz, Pool >::HeadPOD::getSize ( ) const
inline

Get size of databuffer, in words

Definition at line 58 of file DataBuffer2.hpp.


The documentation for this struct was generated from the following file: