Mirror of the Loki library from Alexandrescu.
Find a file
magmaikh b233e001b3 no message
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@32 7ec92016-0320-0410-acc4-a06ded1c099a
2002-08-11 05:56:25 +00:00
Borland Borland Port from experimental 2002-08-11 05:48:53 +00:00
MSVC Partial ports to MSVC 6 & 7 2002-08-11 05:41:23 +00:00
Reference The Golden Code 2002-08-11 05:49:45 +00:00
tools no message 2002-08-11 05:56:25 +00:00
AbstractFactory.h no message 2002-05-05 00:12:43 +00:00
AssocVector.h no message 2002-06-27 22:27:28 +00:00
EmptyType.h no message 2002-05-05 00:12:43 +00:00
Factory.h // May 08, 2002: replaced const_iterator with iterator so that self-modifying 2002-05-10 01:20:22 +00:00
Functor.h no message 2002-05-04 23:32:51 +00:00
HierarchyGenerators.h no message 2002-05-04 23:52:44 +00:00
MultiMethods.h no message 2002-05-04 23:19:12 +00:00
NullType.h no message 2002-05-04 23:19:12 +00:00
readme.txt June 20, 2001 revision: 2001-11-21 09:31:45 +00:00
Singleton.cpp Refixed bug in call to realloc 2002-05-09 01:30:06 +00:00
Singleton.h // May 09, 2002: Fixed bug in Compare that caused longevities to act backwards. 2002-05-10 00:59:22 +00:00
SmallObj.cpp Aug 02, 2002: Fix in VicinityFind sent by Pavel Vozenilek 2002-08-02 17:03:31 +00:00
SmallObj.h no message 2002-05-04 22:56:23 +00:00
SmartPtr.h Added #include <cassert> 2002-05-04 22:54:37 +00:00
static_check.h no message 2002-05-04 22:56:23 +00:00
Threads.h // January 10, 2002: Fixed bug in AtomicDivide - credit due to Jordi Guerrero 2002-01-10 21:22:07 +00:00
Tuple.h no message 2002-05-04 22:56:23 +00:00
TypeInfo.h no message 2002-05-04 22:56:23 +00:00
Typelist.h // May 13, 2002: TYPELIST_46 called TYPELIST_45 with only 44 parameters. 2002-05-13 20:01:46 +00:00
TypeManip.h * Fixed a couple of bugs in TypeManip.h 2001-11-23 08:06:43 +00:00
TypeTraits.h June 20, 2001 revision: 2001-11-21 09:31:45 +00:00
Visitor.h no message 2002-05-04 22:33:54 +00:00

Last update: June 20, 2001

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:

Loki has been tested with Metrowerks CodeWarrior Pro 6 under Windows. 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.

Also, Loki has been ported to gcc 2.95.3 by Nick Thurn.


More info:

http://moderncppdesign.com