OpenASIP  2.0
Macros
hash_map.hh File Reference
#include "tce_config.h"
Include dependency graph for hash_map.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define hash_map   std::map
 

Detailed Description

Author
Pekka Jääskeläinen 2005 (pjaaskel-no.spam-cs.tut.fi)

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.

Macro Definition Documentation

◆ hash_map

#define hash_map   std::map

Definition at line 68 of file hash_map.hh.