MySQL 5.6.14 Source Code Document
|
#include <Array.hpp>
Public Member Functions | |
Array (ArrayPool< T > &thePool) | |
bool | seize (Uint32 i) |
void | release () |
Uint32 | getSize () const |
bool | empty () const |
void | getPtr (Ptr< T > &, Uint32 i) const |
void | getPtr (Ptr< T > &) const |
T * | getPtr (Uint32 i) const |
Template class used for implementing an array of object retreived from a pool
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |