Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

hash_map.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 1996
00003  * Silicon Graphics Computer Systems, Inc.
00004  *
00005  * Permission to use, copy, modify, distribute and sell this software
00006  * and its documentation for any purpose is hereby granted without fee,
00007  * provided that the above copyright notice appear in all copies and
00008  * that both that copyright notice and this permission notice appear
00009  * in supporting documentation.  Silicon Graphics makes no
00010  * representations about the suitability of this software for any
00011  * purpose.  It is provided "as is" without express or implied warranty.
00012  *
00013  *
00014  * Copyright (c) 1994
00015  * Hewlett-Packard Company
00016  *
00017  * Permission to use, copy, modify, distribute and sell this software
00018  * and its documentation for any purpose is hereby granted without fee,
00019  * provided that the above copyright notice appear in all copies and
00020  * that both that copyright notice and this permission notice appear
00021  * in supporting documentation.  Hewlett-Packard Company makes no
00022  * representations about the suitability of this software for any
00023  * purpose.  It is provided "as is" without express or implied warranty.
00024  *
00025  */
00026 
00027 #ifndef _CPP_BACKWARD_HASH_MAP_H
00028 #define _CPP_BACKWARD_HASH_MAP_H 1
00029 
00030 #include "backward_warning.h"
00031 #include "algobase.h"
00032 #include <ext/hash_map>
00033 
00034 using std::hash;
00035 using std::hashtable;
00036 using std::hash_map;
00037 using std::hash_multimap;
00038 
00039 #endif /* _CPP_BACKWARD_HASH_MAP_H */
00040 
00041 // Local Variables:
00042 // mode:C++
00043 // End:

Generated at Tue May 1 16:28:38 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001