|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
Generic linked list class (for inheriting from) More...
#include <th.h>
Public Member Functions | |
| link_list () | |
| virtual | ~link_list () |
| void | remove_from_list () |
Public Attributes | |
| link_list * | prev {nullptr} |
| link_list * | next {nullptr} |
Generic linked list class (for inheriting from)
|
default |
|
virtual |
| void link_list::remove_from_list | ( | ) |
| link_list* link_list::next {nullptr} |
| link_list* link_list::prev {nullptr} |