#include <wvlink.h>
Note that WvLink itself is untyped to minimize the amount of generated code. This means that WvLink cannot handle the auto_free behaviour itself which would require static type information. Instead, it defers this behaviour to the template instantiation of WvList<T> that uses it.
Public Member Functions | |
| WvLink (void *_data, bool _auto_free, char *_id=NULL) | |
| WvLink (void *_data, WvLink *prev, WvLink *&tail, bool _auto_free, char *_id=NULL) | |
| void | unlink (WvLink *prev) |
Public Attributes | |
| void * | data |
| WvLink * | next |
| char * | id |
| unsigned | auto_free: 1 |
1.4.2