MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Classes | |
class | I_P_List< T, B, C, I > |
Intrusive parameterized list. More... | |
class | I_P_List_iterator< T, L > |
Iterator for I_P_List. More... | |
struct | I_P_List_adapter< T, next, prev > |
Hook class which via its methods specifies which members of T should be used for participating in a intrusive list. More... | |
class | I_P_List_null_counter |
Element counting policy class for I_P_List to be used in cases when no element counting should be done. More... | |
class | I_P_List_counter |
Element counting policy class for I_P_List which provides basic element counting. More... | |
class | I_P_List_no_push_back< T > |
A null insertion policy class for I_P_List to be used in cases when push_back() operation is not necessary. More... | |
class | I_P_List_fast_push_back< T > |
An insertion policy class for I_P_List which can be used when fast push_back() operation is required. More... | |