OpenASIP
2.0
|
#include "tce_config.h"
Go to the source code of this file.
Macros | |
#define | hash_map std::map |
Definition for a hash map.
Hash map provides amortized constant time access for situations in which the keys need not to be stored in sorted order. hash_map is not provided by STL. It's usually provided as an STL extension. For example, SGI STL implements it. This header selects the best possible implementation for hash_map available in the system.
Definition in file hash_map.hh.
#define hash_map std::map |
Definition at line 68 of file hash_map.hh.