MySQL 9.1.0
Source Code Documentation
|
An insertion policy class for I_P_List which can be used when fast push_back() operation is required. More...
#include <sql_plist.h>
Protected Member Functions | |
I_P_List_fast_push_back (T **a) | |
void | set_last (T **a) |
T ** | get_last () const |
void | swap (I_P_List_fast_push_back< T > &rhs) |
Private Attributes | |
T ** | m_last |
An insertion policy class for I_P_List which can be used when fast push_back() operation is required.
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
private |