Loki/MSVC/1300
magmaikh 0fd2f91c64 Added MakeTypelist
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@57 7ec92016-0320-0410-acc4-a06ded1c099a
2002-10-07 05:37:20 +00:00
..
AbstractFactory.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
AssocVector.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
DataGenerators.h no message 2002-10-06 06:25:22 +00:00
EmptyType.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
Factory.h no message 2002-08-15 02:01:04 +00:00
Functor.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
HierarchyGenerators.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
MinMax.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
MultiMethods.h no message 2002-08-15 02:01:04 +00:00
NullType.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
portby.txt no message 2002-08-15 02:01:04 +00:00
readme.txt Rani Sharoni's port 2002-08-15 01:39:30 +00:00
Singleton.cpp Rani Sharoni's port 2002-08-15 01:39:30 +00:00
Singleton.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
SmallObj.cpp Rani Sharoni's port 2002-08-15 01:39:30 +00:00
SmallObj.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
SmartPtr.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
static_check.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
Threads.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
TypeInfo.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
TypeList.h Added MakeTypelist 2002-10-07 05:37:20 +00:00
TypeManip.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
TypeTraits.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
Variant.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
VC_Alignment.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00
Visitor.h Rani Sharoni's port 2002-08-15 01:39:30 +00:00

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