#include <assert.h>
#include "wvsorter.h"
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | WvListBase |
class | WvListBase::IterBase |
class | WvList< T > |
A linked list container class. More... | |
class | WvList< T >::Iter |
The iterator type for linked lists. More... | |
Defines | |
#define | DeclareWvList2(_classname_, _type_) typedef class WvList<_type_> _classname_ |
#define | DeclareWvList(_type_) DeclareWvList2(_type_##List, _type_) |
|
Definition at line 389 of file wvlinklist.h. |
|
Definition at line 386 of file wvlinklist.h. |