#include <wvlinklist.h>
Inheritance diagram for WvList:
Public Types | |
typedef WvSorter< _type_, WvListBase, WvListBase::IterBase > | Sorter |
typedef WvSorter< _type_, WvListBase, WvListBase::IterBase > | Sorter |
Public Methods | |
WvList () | |
~WvList () | |
void | setup () |
void | shutdown () |
void | zap () |
_type_ * | first () const |
_type_ * | last () const |
void | add_after (WvLink *after, _type_ *data, bool auto_free, char *id=NULL) |
void | append (_type_ *data, bool auto_free, char *id=NULL) |
void | prepend (_type_ *data, bool auto_free, char *id=NULL) |
void | unlink (_type_ *data) |
void | unlink_first () |
void | unlink_after (WvLink *after) |
WvList () | |
~WvList () | |
void | setup () |
void | shutdown () |
void | zap () |
_type_ * | first () const |
_type_ * | last () const |
void | add_after (WvLink *after, _type_ *data, bool auto_free, char *id=NULL) |
void | append (_type_ *data, bool auto_free, char *id=NULL) |
void | prepend (_type_ *data, bool auto_free, char *id=NULL) |
void | unlink (_type_ *data) |
void | unlink_first () |
void | unlink_after (WvLink *after) |
|
Definition at line 171 of file utils/wvlinklist.h. |
|
Definition at line 171 of file include/wvlinklist.h. |
|
Definition at line 87 of file include/wvlinklist.h. |
|
Definition at line 90 of file include/wvlinklist.h. |
|
Definition at line 87 of file utils/wvlinklist.h. |
|
Definition at line 90 of file utils/wvlinklist.h. |
|
Definition at line 119 of file utils/wvlinklist.h. |
|
Definition at line 119 of file include/wvlinklist.h. Referenced by WvList< WvStream >::append, and WvList< WvStream >::prepend. |
|
Definition at line 123 of file utils/wvlinklist.h. |
|
Definition at line 123 of file include/wvlinklist.h. |
|
Definition at line 110 of file utils/wvlinklist.h. |
|
Definition at line 110 of file include/wvlinklist.h. |
|
Definition at line 116 of file utils/wvlinklist.h. |
|
Definition at line 116 of file include/wvlinklist.h. Referenced by WvList< WvStream >::last. |
|
Definition at line 126 of file utils/wvlinklist.h. |
|
Definition at line 126 of file include/wvlinklist.h. |
|
Definition at line 94 of file utils/wvlinklist.h. |
|
Definition at line 94 of file include/wvlinklist.h. |
|
Definition at line 95 of file utils/wvlinklist.h. |
|
Definition at line 95 of file include/wvlinklist.h. |
|
Definition at line 129 of file utils/wvlinklist.h. |
|
Definition at line 129 of file include/wvlinklist.h. |
|
Definition at line 135 of file utils/wvlinklist.h. |
|
Definition at line 135 of file include/wvlinklist.h. |
|
Definition at line 132 of file utils/wvlinklist.h. |
|
Definition at line 132 of file include/wvlinklist.h. |
|
Definition at line 97 of file utils/wvlinklist.h. |
|
Definition at line 97 of file include/wvlinklist.h. Referenced by WvList< WvStream >::~WvList. |