MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Pool< T > Class Template Reference

Public Types

enum  { defInitSize = 256, defIncSize = 64 }

Public Member Functions

 Pool (int anInitSize=defInitSize, int anIncSize=defIncSize)
T * get ()
void put (T *aT)
unsigned size ()

Protected Member Functions

void allocate (int aSize)

Detailed Description

template<class T>
class Pool< T >

Definition at line 187 of file Pool.hpp.


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