#include <uniconf.h>
Inheritance diagram for UniConf::SortedXIter:
Definition at line 648 of file uniconf.h.
Public Types | |
typedef int(* | Comparator )(const UniConf &a, const UniConf &b) |
Public Member Functions | |
SortedXIter (const UniConf &_top, const UniConfKey &pattern, Comparator comparator=defcomparator) | |
void | rewind () |
bool | next () |
const UniConf * | ptr () const |
WvIterStuff (const UniConf) | |
Static Public Member Functions | |
static int | defcomparator (const UniConf &a, const UniConf &b) |
Default comparator. | |
Protected Types | |
typedef WvVector< UniConf > | Vector |
Protected Member Functions | |
template<class Iter> | |
void | populate (Iter &i) |
Protected Attributes | |
Vector | xkeys |
UniConf | top |
UniConf | current |
|
Default comparator. Sorts alphabetically by full key. Definition at line 422 of file uniconf.cc. References UniConfKey::compareto(), and UniConf::fullkey(). |