#include "assocarray.h"
#include "rutz/fstring.h"
#include "rutz/error.h"
#include "rutz/sfmt.h"
#include <algorithm>
#include <map>
#include <sstream>
#include "rutz/trace.h"
Go to the source code of this file.
Classes | |
struct | rutz::assoc_array_base::impl |
struct | rutz::assoc_array_base::impl::fstring_cmp |
Functions | |
static const char | __attribute__ ((used)) vcid_groovx_rutz_assocarray_cc_utc20050626084020[] |
generic associative arrays, implemented as a thin wrapper around std::map<rutz::fstring, void*>
Definition in file assocarray.cc.