メインページ | アルファベット順一覧 | 構成 | ファイル一覧 | 構成メンバ | ファイルメンバ | 関連ページ

dkc.h

説明を見る。
00001 
00010 #ifndef DKUTIL_C_DKC_H
00011 #define DKUTIL_C_DKC_H
00012 
00013 /* generic */
00014 #include "dkcDefined.h"
00015 #include "dkcOSIndependent.h"
00016 #include "dkcStdio.h"
00017 /*
00018 #ifndef DKUTIL_C_OS_INDEPENDENT_C
00019 #   include "dkcOSIndependent.c"
00020 #endif
00021 
00022 #ifndef DKUTIL_C_STDIO_C
00023 #   include "dkcStdio.c"
00024 #endif
00025 */
00026 /* container */
00027 #include "dkcString.h"
00028 /*
00029 #ifndef DKUTIL_C_STRING_C
00030 #   include "dkcString.c"
00031 #endif
00032 */
00033 #include "dkcSingleList.h"
00034 #include "dkcStack.h"
00035 #include "dkcQueue.h"
00036 #include "dkc2Tree.h"
00037 #include "dkcMemoryStream.h"
00038 /*
00039 #ifndef DKUTIL_C_MEMORYSTREAM_C
00040 #   include "dkcMemoryStream.c"
00041 #endif
00042 */
00043 #include "dkcCircularMemoryStream.h"
00044 #include "dkcArrayOneByOne.h"
00045 
00046 /* generic interface */
00047 #include "dkcCircularStream.h"
00048 #include "dkcStream.h"
00049 
00050 
00051 
00052 
00053 
00054 /* file system */
00055 
00056 /*
00057 #include "dkcSJISFileSystem.h"
00058 #include "dkcSafeFileSystem.h"
00059 #include "dkcSerialize.h"
00060 */
00061 #include "dkcFileSystems.h"
00062 /* utility */
00063 
00064 #include "dkcDLL.h"
00065 #include "dkcThreadLock.h"
00066 #include "dkcMemoryPool.h"
00067 
00068 /* algorithm */
00069 #include "dkcSort.h"
00070 #include "dkcMath.h"
00071 #include "dkcUniqueID.h"
00072 
00073 /* compress */
00074 #include "dkcLZSS.h"
00075 #include "dkcRLE.h"
00076 #include "dkcLZW.h"
00077 
00078 /* cryptograph */
00079 #include "dkcCryptoGraph.h"
00080 
00081 
00082 /* gemerate signature */
00083 #include "dkcHash.h" /* and hash table */
00084 #include "dkcCRC.h"
00085 
00086 /* os dependence */
00087 #include "dkcOS.h"
00088 
00089 
00090 
00091 
00092 
00093 
00094 
00095 #ifdef _MSC_VER
00096 #   ifdef DEBUG
00097 #       ifdef dkcdMultiThread
00098 //#         pragma message("import dkutil_cMTd")
00099 #           pragma comment(lib,"dkutil_cMTd")
00100 #       else
00101 //#         pragma message("import dkutil_cd")
00102 #           pragma comment(lib,"dkutil_cd")
00103 #       endif
00104 #   else
00105 #       ifdef dkcdMultiThread
00106 //#         pragma message("import dkutil_cMT")
00107 #           pragma comment(lib,"dkutil_cMT")
00108 #       else
00109 //#         pragma message("import dkutil_c")
00110 #           pragma comment(lib,"dkutil_c")
00111 #       endif
00112 #   endif
00113 #endif
00114 
00115     
00116 #endif

dkutil_cに対してTue Dec 7 01:09:55 2004に生成されました。 doxygen 1.3.6