Loki/MSVC/1300
derfel 90a16ecbd4 Added a conversion to bool to check if a functor it's been initialized.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@84 7ec92016-0320-0410-acc4-a06ded1c099a
2002-12-31 00:04:21 +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 Renamed TypeList -> Typelist 2002-11-07 18:49:05 +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 Added a conversion to bool to check if a functor it's been initialized. 2002-12-31 00:04:21 +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 Renamed TypeList.h to Typelist.h 2002-11-07 19:03:13 +00:00
TypeManip.h no message 2002-10-13 09:38:20 +00:00
TypeTraits.h no message 2002-10-13 04:40:12 +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