Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Generic lookup table for a sequence of unique values.
This helper facility for detecting differences in data sequences takes a snapshot of the data at construction time and builds a lookup tree. This allows to find the index position of a given key element, and to detect membership.
Definition in file index-table.hpp.
#include "lib/error.hpp"
#include "lib/util.hpp"
#include "lib/format-string.hpp"
#include <vector>
#include <map>
Classes | |
class | IndexTable< VAL > |
data snapshot and lookup table More... | |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |