|
tile2d
|
Classes | |
| struct | Iterator |
Public Member Functions | |
| LinkedListHeader (Access &access) | |
| bool | is_empty () |
| void | push_front (Int element) |
| void | push_back (Int element) |
| void | remove_element (Int element) |
| void | pop_front () |
| void | pop_back () |
| size_t | size () const |
| Iterator | begin () |
| Iterator | end () |
Protected Member Functions | |
| void | assign_first (Int element) |
Protected Attributes | |
| size_t | m_size |
| Int | first = invalid |
| Int | last = invalid |
| Access & | m_access |