spot
1.0.1
|
#include <string>
#include <functional>
#include "misc/hashfunc.hh"
#include "misc/_config.h"
#include <tr1/unordered_map>
#include <tr1/unordered_set>
Go to the source code of this file.
Classes | |
struct | spot::ptr_hash< T > |
A hash function for pointers. More... | |
struct | spot::identity_hash< T > |
A hash function that returns identity. More... |
Namespaces | |
namespace | spot |
Macros | |
#define | hash_map unordered_map |
#define | hash_multimap unordered_multimap |
#define | hash_set unordered_set |
Typedefs | |
typedef Sgi::hash< std::string > | spot::string_hash |
A hash function for strings. |
#define hash_map unordered_map |
Referenced by spot::explicit_graph< State, tgba >::merge_transitions().
#define hash_multimap unordered_multimap |
#define hash_set unordered_set |