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

Go to the source code of this file.

Macros

#define hash_set   std::set
 
#define BOOST_NO_HASH
 

Detailed Description

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

Definition for a hash set.

Hash set provides amortized constant time access for situations in which the keys need not to be stored in sorted order. hash_set 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_set available in the system.

Definition in file hash_set.hh.

Macro Definition Documentation

◆ BOOST_NO_HASH

#define BOOST_NO_HASH
Todo:

Check for STLport hash_map

Check for Intel's compiler. It seems Intel's compiler provides compatibility for GNU so HASHMAP_GNU_EXT gets defined.

Definition at line 79 of file hash_set.hh.

◆ hash_set

#define hash_set   std::set

Definition at line 69 of file hash_set.hh.