loki-0.1.7

所属分类:系统编程
开发工具:C/C++
文件大小:1072KB
下载次数:5
上传日期:2010-08-04 13:12:17
上 传 者dlcs286
说明:  A C++ library of designs, containing flexible implementations of common design patterns and idioms.

文件列表:
loki-0.1.7 (0, 2009-01-29)
loki-0.1.7\CHANGES (13577, 2009-01-28)
loki-0.1.7\doc (0, 2009-01-29)
loki-0.1.7\doc\Doxyfile (9602, 2009-01-29)
loki-0.1.7\doc\flex (0, 2009-01-29)
loki-0.1.7\doc\flex\flex_string.html (1858, 2006-10-17)
loki-0.1.7\doc\html (0, 2009-01-29)
loki-0.1.7\doc\html\a00001.html (2348, 2009-01-29)
loki-0.1.7\doc\html\a00002.html (12983, 2009-01-29)
loki-0.1.7\doc\html\a00002_033978d127f16d2da0fd79d31ee75713_cgraph.dot (1928, 2009-01-29)
loki-0.1.7\doc\html\a00002_033978d127f16d2da0fd79d31ee75713_cgraph.md5 (32, 2009-01-29)
loki-0.1.7\doc\html\a00002_082b4ba1c6574c5bed916c55ecf46e82_cgraph.dot (1940, 2009-01-29)
loki-0.1.7\doc\html\a00002_082b4ba1c6574c5bed916c55ecf46e82_cgraph.md5 (32, 2009-01-29)
loki-0.1.7\doc\html\a00003.html (2612, 2009-01-29)
loki-0.1.7\doc\html\a00004.html (2650, 2009-01-29)
loki-0.1.7\doc\html\a00005.html (2543, 2009-01-29)
loki-0.1.7\doc\html\a00006.html (2745, 2009-01-29)
loki-0.1.7\doc\html\a00007.html (3204, 2009-01-29)
loki-0.1.7\doc\html\a00008.html (2631, 2009-01-29)
loki-0.1.7\doc\html\a00009.html (2667, 2009-01-29)
loki-0.1.7\doc\html\a00010.html (2647, 2009-01-29)
loki-0.1.7\doc\html\a00011.html (2848, 2009-01-29)
loki-0.1.7\doc\html\a00012.html (2463, 2009-01-29)
loki-0.1.7\doc\html\a00013.html (2670, 2009-01-29)
loki-0.1.7\doc\html\a00014.html (6950, 2009-01-29)
loki-0.1.7\doc\html\a00015.html (2791, 2009-01-29)
loki-0.1.7\doc\html\a00016.html (2582, 2009-01-29)
loki-0.1.7\doc\html\a00017.html (3164, 2009-01-29)
loki-0.1.7\doc\html\a00018.html (3103, 2009-01-29)
loki-0.1.7\doc\html\a00019.html (3185, 2009-01-29)
loki-0.1.7\doc\html\a00020.html (3032, 2009-01-29)
loki-0.1.7\doc\html\a00021.html (5590, 2009-01-29)
loki-0.1.7\doc\html\a00022.html (8029, 2009-01-29)
loki-0.1.7\doc\html\a00023.html (2749, 2009-01-29)
loki-0.1.7\doc\html\a00024.html (2685, 2009-01-29)
loki-0.1.7\doc\html\a00025.html (4421, 2009-01-29)
loki-0.1.7\doc\html\a00026.html (2950, 2009-01-29)
loki-0.1.7\doc\html\a00027.html (2692, 2009-01-29)
loki-0.1.7\doc\html\a00028.html (2616, 2009-01-29)
loki-0.1.7\doc\html\a00029.html (12737, 2009-01-29)
... ...

Last update: Novmber 16, 2005 Directions: To use Loki, simply extract the files from the archive, give your compiler access to their include path: - if you have a standard conforming compiler use "loki/include/loki" or "loki/include" for "#include " usage - if you have a non-conforming compiler use "loki/include/noncc/loki" or "loki/include/noncc" for "#include " usage. The noncc files are declared as 'deprecated' and will be removed in future. They are also not updated with the new features of Loki and bugfixes (unless YOU do it). If you use the small object allocator directly or indirectly (through the Functor class) you must add src/SmallObj.cpp to your project/makefile. If you use Singletons with longevity you must add src/Singleton.cpp to your project/makefile. If you use OrderedStatic.h with you must add src/OrderedSataic.cpp to your project/makefile. Or use the library generated by make.msvc.bat, make.mingw.bat, or make. Compatibility: Supported Compilers: Gcc v3.4 Gcc v4.0 Gcc v4.1 Microsoft Visual C++ v7.1 Microsoft Visual C++ v8.0 by special noncc files: Borland C++ Builder v6.0 Microsoft Visual C++ v6.0 Microsoft Visual C++ v7.0 see also readme.txt files Mostly Supported: CodeWarrior 6.0 CodeWarrior has a problem with the Conversion template (see TypeManip.h) and, though it compiles it, it doesn't provide correct results. Consequently, the DerivedToFront algorithm in Typelist.h does not function. This affects the static dispatcher in Multimethods.h. As a fix, you must order the types (putting the most derived ones in the front) when providing the typelist argument to StaticDispatcher. More info: Andrei's page : http://erdani.org Soureforge page: http://sourceforge.net/projects/loki-lib/

近期下载者

相关文件


收藏者