|
CCF
|
#include <dl_list.h>
Public Member Functions | |
| DLList ()=default | |
| DLList (DLList &&o) noexcept | |
| ~DLList () | |
| DLList & | operator= (DLList &&o) noexcept |
| bool | is_empty () |
| T * | get_head () |
| T * | get_tail () |
| T * | pop () |
| T * | pop_tail () |
| void | insert (T *item) |
| void | insert_back (T *item) |
| void | remove (T *item) |
| void | clear () |
| void | debug_check_contains (T *item) |
| void | debug_check_not_contains (T *item) |
| void | debug_check () |
|
default |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |