hashtable.h

00001 /*
00002  * Copyright (c) 1994
00003  * Hewlett-Packard Company
00004  *
00005  * Copyright (c) 1996,1997
00006  * Silicon Graphics Computer Systems, Inc.
00007  *
00008  * Copyright (c) 1997
00009  * Moscow Center for SPARC Technology
00010  *
00011  * Copyright (c) 1999 
00012  * Boris Fomitchev
00013  *
00014  * This material is provided "as is", with absolutely no warranty expressed
00015  * or implied. Any use is at your own risk.
00016  *
00017  * Permission to use or copy this software for any purpose is hereby granted 
00018  * without fee, provided the above notices are retained on all copies.
00019  * Permission to modify the code and to distribute modified code is granted,
00020  * provided the above notices are retained, and a notice that the code was
00021  * modified is included with the above copyright notice.
00022  *
00023  */
00024 
00025 /* NOTE: This is an internal header file, included by other STL headers.
00026  *   You should not attempt to use it directly.
00027  */
00028 
00029 #ifndef _STLP_HASHTABLE_H
00030 #define _STLP_HASHTABLE_H
00031 
00032 # ifndef _STLP_OUTERMOST_HEADER_ID
00033 #  define _STLP_OUTERMOST_HEADER_ID 0xa011
00034 #  include <stl/_prolog.h>
00035 # endif
00036 
00037 #ifndef _STLP_ALGO_H
00038 #include <algo.h>
00039 #endif
00040 #ifndef _STLP_ALLOC_H
00041 #include <alloc.h>
00042 #endif
00043 #ifndef _STLP_VECTOR_H
00044 #include <vector.h>
00045 #endif
00046 #ifndef _STLP_HASH_FUN_H
00047 #include <stl/_hash_fun.h>
00048 #endif
00049 #ifndef _STLP_INTERNAL_HASHTABLE_H
00050 #include <stl/_hashtable.h>
00051 #endif
00052 
00053 #ifdef _STLP_USE_NAMESPACES
00054 # ifdef _STLP_BROKEN_USING_DIRECTIVE
00055 using namespace STLPORT;
00056 # else
00057 using _STLP_STD::hash;
00058 using STLPORT::hashtable;
00059 # endif
00060 #endif /* _STLP_USE_NAMESPACES */
00061 
00062 # if (_STLP_OUTERMOST_HEADER_ID == 0xa011)
00063 #  include <stl/_epilog.h>
00064 #  undef _STLP_OUTERMOST_HEADER_ID
00065 # endif
00066 #endif /* _STLP_HASHTABLE_H */
00067 
00068 // Local Variables:
00069 // mode:C++
00070 // End:

Generated on Mon Jun 5 10:20:43 2006 for Intelligence.kdevelop by  doxygen 1.4.6