00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
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
00061
00062 # if (_STLP_OUTERMOST_HEADER_ID == 0xa011)
00063 # include <stl/_epilog.h>
00064 # undef _STLP_OUTERMOST_HEADER_ID
00065 # endif
00066 #endif
00067
00068
00069
00070