MySQL 8.3.0
Source Code Documentation
I_P_List_no_push_back< T > Class Template Reference

A null insertion policy class for I_P_List to be used in cases when push_back() operation is not necessary. More...

#include <sql_plist.h>

Inheritance diagram for I_P_List_no_push_back< T >:
[legend]

Protected Member Functions

 I_P_List_no_push_back (T **)
 
void set_last (T **)
 
void swap (I_P_List_no_push_back< T > &)
 

Detailed Description

template<typename T>
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.

Constructor & Destructor Documentation

◆ I_P_List_no_push_back()

template<typename T >
I_P_List_no_push_back< T >::I_P_List_no_push_back ( T **  )
inlineprotected

Member Function Documentation

◆ set_last()

template<typename T >
void I_P_List_no_push_back< T >::set_last ( T **  )
inlineprotected

◆ swap()

template<typename T >
void I_P_List_no_push_back< T >::swap ( I_P_List_no_push_back< T > &  )
inlineprotected

The documentation for this class was generated from the following file: