#include <uniconf.h>
Definition at line 584 of file uniconf.h.
Public Types | |
typedef int(* | Comparator )(const UniConf &a, const UniConf &b) |
Public Member Functions | |
SortedIter (const UniConf &_top, 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 |
int UniConf::SortedIterBase::defcomparator | ( | const UniConf & | a, | |
const UniConf & | b | |||
) | [static, inherited] |
Default comparator.
Sorts alphabetically by full key.
Definition at line 422 of file uniconf.cc.
References UniConfKey::compareto(), and UniConf::fullkey().