#include <wvlink.h>
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) |
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 |
void * | data |
WvLink * | next |
char * | id |
|
Definition at line 27 of file include/wvlink.h. References auto_free. |
|
Definition at line 12 of file wvlinklist.cc. |
|
Definition at line 27 of file utils/wvlink.h. References auto_free. |
|
|
|
Definition at line 34 of file utils/wvlink.h. References next. |
|
Definition at line 34 of file include/wvlink.h. References next. Referenced by WvList< WvStream >::unlink_after(). |
|
Definition at line 25 of file utils/wvlink.h. Referenced by WvList< WvStream >::unlink_after(), WvLink(), and WvList< WvStream >::zap(). |
|
Definition at line 22 of file utils/wvlink.h. |
|
|
Definition at line 24 of file utils/wvlink.h. |
|
Definition at line 24 of file include/wvlink.h. Referenced by WvLink(). |
|
Definition at line 23 of file utils/wvlink.h. |
|