#include <list.hpp>
Definition at line 63 of file list.hpp.
Public Member Functions | |
list_node (const T &item, list_node *prev=0, list_node *next=0) | |
Public Attributes | |
T | item |
list_node * | next |
list_node * | prev |
T item |
Definition at line 65 of file list.hpp.
Referenced by queue::front(), list::get_head(), list::get_tail(), and list::item().
Definition at line 66 of file list.hpp.
Referenced by list::append(), list::clear(), list::item(), list::list(), queue::operator=(), list::operator=(), and queue::pop().