libUPnP 1.14.19
|
#include <list.h>
Data Fields | |
struct UpnpListHead * | next |
struct UpnpListHead * | prev |
Trivial list management interface, patterned on std::list. It aims more at being familiar than at being minimal. The implementation does not perform any allocation or deallocation. List anchor structure. This should be the first entry in list member objects, except if you want to do member offset arithmetic instead of simple casts (look up "containerof"). The list code itself does not care.