#include <assert.h>
#include "wvsorter.h"
Go to the source code of this file.
Compounds | |
class | WvList |
class | Iter |
class | WvListBase |
class | IterBase |
Defines | |
#define | DeclareWvList3(_type_, _newname_, _extra_) |
#define | DeclareWvList2(_type_, _extra_) DeclareWvList3(_type_,_type_##List,_extra_ ) |
#define | DeclareWvList(_type_) DeclareWvList2(_type_, ) |
|
Definition at line 188 of file utils/wvlinklist.h. |
|
Definition at line 185 of file utils/wvlinklist.h. |
|
Value: class _newname_ : public WvList<_type_> \ { \ public: \ _newname_() { setup(); } \ \ ~_newname_() { shutdown(); } \ _extra_ \ }; Definition at line 175 of file utils/wvlinklist.h. |