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

#include <DataBuffer.hpp>

Public Member Functions

Uint32 getSize () const

Static Public Member Functions

static Uint32 getSegmentSize ()

Public Attributes

Uint32 used
Uint32 firstItem
Uint32 lastItem

Detailed Description

template<Uint32 sz>
struct DataBuffer< sz >::Head

Head/anchor for data buffer

Definition at line 48 of file DataBuffer.hpp.

Member Function Documentation

template<Uint32 sz>
static Uint32 DataBuffer< sz >::Head::getSegmentSize ( )
inlinestatic

Get segment size in words (template argument)

Definition at line 63 of file DataBuffer.hpp.

template<Uint32 sz>
Uint32 DataBuffer< sz >::Head::getSize ( ) const
inline

Get size of databuffer, in words

Definition at line 58 of file DataBuffer.hpp.


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