MySQL 5.6.14 Source Code Document
|
#include <CArray.hpp>
Public Member Functions | |
bool | setSize (Uint32 noOfElements, bool exit_on_error=true) |
Uint32 | getSize () const |
void | getPtr (Ptr< T > &) const |
T * | getPtr (Uint32 i) const |
void | getPtr (Ptr< T > &, Uint32 i) const |
Template class used for implementing an c - array
Definition at line 28 of file CArray.hpp.
Update p value for ptr according to i value
Definition at line 116 of file CArray.hpp.
|
inline |
Get pointer for i value
Definition at line 129 of file CArray.hpp.
Update p & i value for ptr according to i value
Definition at line 141 of file CArray.hpp.
|
inline |
Get size
Definition at line 109 of file CArray.hpp.
|
inline |
Set the size of the pool
Note, can currently only be called once
Definition at line 89 of file CArray.hpp.