#include <wvlink.h>
Public Methods | |
| 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. |
|
||||||||||||||||||||||||
|
Definition at line 12 of file wvlinklist.cc. |
|
||||||||||||||||
|
Definition at line 27 of file utils/wvlink.h. |
|
||||||||||||||||||||||||
|
|
|
|
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 22 of file include/wvlink.h. Referenced by WvBuffer::alloc, WvListBase::IterBase::find, WvList< WvStream >::first, WvHashTableBase::genfind, WvSorterBase::magic_compare, WvHashTableBase::prevlink, WvList::Iter::ptr, WvHashTable::Iter::ptr, WvBuffer::put, WvBuffer::unalloc, WvList< WvStream >::unlink_after, WvLink, and WvList< WvStream >::zap. |
|
|
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. |
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002