|
Ninja
|
A template for hash_maps keyed by a StringPiece whose string is owned externally (typically by the values). More...
#include <hash_map.h>

Public Types | |
| typedef emhash8::HashMap< StringPiece, V > | Type |
A template for hash_maps keyed by a StringPiece whose string is owned externally (typically by the values).
Use like: ExternalStringHash<Foo*>::Type foos; to make foos into a hash mapping StringPiece => Foo*.
Definition at line 43 of file hash_map.h.
| typedef emhash8::HashMap<StringPiece, V> ExternalStringHashMap< V >::Type |
Definition at line 44 of file hash_map.h.