SourceForge.jp

dkutilSTLInclude.h

説明を見る。
00001 
00007 #ifndef _DKUTIL_STLINCLUDE_H_
00008 #define _DKUTIL_STLINCLUDE_H_
00009 
00010 //**********************************************************
00011 //STL軍(STLPortを使ってください〜〜!!
00012 //**********************************************************
00013 #ifndef DKINGYO_STL_INCLUDE_AFTER
00014 
00015 #   ifdef USE_DKINGYO_THROW
00016 #       include <exception>
00017 #   endif
00018 
00019 #   include <string>
00020 #   include <deque>
00021 #   include <map>
00022 #   include <list>
00023 #   include <set>
00024 #   include <vector>
00025 #   include <stack>
00026 #   include <queue>
00027 #   include <algorithm>
00028 #   include <iterator>
00029 #   include <functional>
00030 #   include <fstream>
00031 #   ifdef USE_DKINGYO_STLPORT
00032 #       include <hash_map>
00033 #       include <hash_set>
00034 #   endif
00035 #endif //end of DKINGYO_STL_INCLUDE_AFTER
00036 
00037 //STLPortのハッシュ系のものに呪いをかけておく^^;
00038 #ifdef USE_DKINGYO_STLPORT
00039 #   define DKUTIL_HASHMAP std::hash_map
00040 #   define DKUTIL_HASHSET std::hash_set
00041 #else
00042 #   define DKUTIL_HASHMAP std::map
00043 #   define DKUTIL_HASHSET std::set
00044 #   undef std
00045 #endif
00046 
00047 #endif //end of include once

dkutil 1.02リリース前 d金魚専用マニュアルバージョンに対してSun Dec 28 21:23:08 2003に生成されました。 doxygen 1.3.5