b436c6aaee
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@166 7ec92016-0320-0410-acc4-a06ded1c099a |
||
---|---|---|
.. | ||
AbstractFactory.h | ||
AssocVector.h | ||
DataGenerators.h | ||
EmptyType.h | ||
Factory.h | ||
Functor.h | ||
HierarchyGenerators.h | ||
LokiTypeInfo.h | ||
MinMax.h | ||
MultiMethods.h | ||
NullType.h | ||
portby.txt | ||
readme.txt | ||
Singleton.cpp | ||
Singleton.h | ||
SmallObj.cpp | ||
SmallObj.h | ||
SmartPtr.h | ||
static_check.h | ||
Threads.h | ||
Typelist.h | ||
TypeManip.h | ||
TypeTraits.h | ||
Variant.h | ||
VC_Alignment.h | ||
Visitor.h |
Last update: May 19, 2002 Directions: To use Loki, simply extract the files from the archive, give your compiler access to their path, and include them appropriately in your code via #include. If you use the small object allocator directly or indirectly (through the Functor class) you must add SmallObj.cpp to your project/makefile. If you use Singletons with longevity you must add Singleton.cpp to your project/makefile. Compatibility: This is ported version of Loki to VC.NET (VC7 - 9466) it is only targeted for this compiler. To compile your sources with the original Loki you'll have to place it in a separate directory. More info: http://moderncppdesign.com http://www.geocities.com/rani_sharoni/LokiPort.html