#include <stdexcept>
#include <set>
#include <vector>
#include <list>
#include <boost/unordered_map.hpp>
Go to the source code of this file.
Classes | |
class | fcl::SimpleHashTable< Key, Data, HashFnc > |
A simple hash table implemented as multiple buckets. HashFnc is any extended hash function: HashFnc(key) = {index1, index2, ..., }. More... | |
class | fcl::SparseHashTable< Key, Data, HashFnc, TableT > |
A hash table implemented using unordered_map. More... | |
class | fcl::unordered_map_hash_table< U, V > |
Namespaces | |
namespace | fcl |
Main namespace. |