MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
I_List< T > Class Template Reference
Inheritance diagram for I_List< T >:
Collaboration diagram for I_List< T >:

Public Member Functions

void move_elements_to (I_List< T > *new_owner)

Friends

class I_List_iterator< T >

Additional Inherited Members

- Private Member Functions inherited from base_ilist< T >
void empty ()
bool is_empty () const
void push_front (T *a)
 Pushes new element in front of list.
void push_back (T *a)
 Pushes new element to the end of the list, i.e. in front of the sentinel.
T * get ()
T * head ()
void move_elements_to (base_ilist *new_owner)

Detailed Description

template<class T>
class I_List< T >

Definition at line 698 of file sql_list.h.


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