My Project
Public Member Functions
List< T > Class Template Reference
Inheritance diagram for List< T >:
base_list Sql_alloc

List of all members.

Public Member Functions

 List (const List< T > &tmp)
 List (const List< T > &tmp, MEM_ROOT *mem_root)
bool push_back (T *a)
bool push_back (T *a, MEM_ROOT *mem_root)
bool push_front (T *a)
T * head ()
T ** head_ref ()
T * pop ()
void concat (List< T > *list)
void disjoin (List< T > *list)
void prepand (List< T > *list)
void delete_elements (void)

template<class T>
class List< T >


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines