#include <list.h>
Data Fields | |
Linkable * | next |
pointer to previous structure in the list | |
Linkable * | prev |
pointer to next structure in the list |
This data shall be set at the very first place of the structure if you want all the macro to work correctly.
struct Linkable* Linkable::next |
pointer to previous structure in the list
struct Linkable* Linkable::prev |
pointer to next structure in the list