Public Member Functions |
void | move_elements_to (I_List< T > *new_owner) |
Friends |
class | I_List_iterator< T > |
Additional Inherited Members |
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: