The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

hash_map.h File Reference

#include <ext/hash_map>

Include dependency graph for hash_map.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define nspace   __gnu_cxx
 Oddball linux namespace for hash_map.
#define BEGIN_HASHMAP_NAMESPACE   namespace nspace {
#define END_HASHMAP_NAMESPACE   }


Define Documentation

#define BEGIN_HASHMAP_NAMESPACE   namespace nspace {
 

Definition at line 25 of file hash_map.h.

#define END_HASHMAP_NAMESPACE   }
 

Definition at line 26 of file hash_map.h.

#define nspace   __gnu_cxx
 

Oddball linux namespace for hash_map.

Definition at line 24 of file hash_map.h.