MySQL 9.1.0
Source Code Documentation
|
Hook class which via its methods specifies which members of T should be used for participating in a intrusive list. More...
#include <sql_plist.h>
Static Public Member Functions | |
static T ** | next_ptr (T *el) |
static const T *const * | next_ptr (const T *el) |
static T *** | prev_ptr (T *el) |
Hook class which via its methods specifies which members of T should be used for participating in a intrusive list.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |