no message

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@55 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
magmaikh 2002-10-06 03:05:21 +00:00
parent b095bfbbb0
commit ef33406cb3
22 changed files with 45 additions and 21 deletions

View file

@ -2,7 +2,7 @@
// Generated header: AbstractFactory.h // Generated header: AbstractFactory.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
/////////////////////////////////////// ///////////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: AssocVector.h // Generated header: AssocVector.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
/////////////////////////////////// ///////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

24
DataGenerators.h Normal file
View file

@ -0,0 +1,24 @@
//////////////////////////////////////
// Generated header: DataGenerators.h
// Forwards to the appropriate code
// that works on the detected compiler
// Generated on Mon Sep 30 23:14:48 2002
//////////////////////////////////////
#ifdef LOKI_USE_REFERENCE
# include "Reference/DataGenerators.h"
#else
# if (__INTEL_COMPILER)
# include "Reference/DataGenerators.h"
# elif (__MWERKS__)
# include "Reference/DataGenerators.h"
# elif (__BORLANDC__ >= 0x560)
# include "Borland/DataGenerators.h"
# elif (_MSC_VER >= 1300)
# include "MSVC/1300/DataGenerators.h"
# elif (_MSC_VER >= 1200)
# include "MSVC/1200/DataGenerators.h"
# else
# include "Reference/DataGenerators.h"
# endif
#endif

View file

@ -2,7 +2,7 @@
// Generated header: EmptyType.h // Generated header: EmptyType.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
///////////////////////////////// /////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: Factory.h // Generated header: Factory.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
/////////////////////////////// ///////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: Functor.h // Generated header: Functor.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
/////////////////////////////// ///////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: HierarchyGenerators.h // Generated header: HierarchyGenerators.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
/////////////////////////////////////////// ///////////////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: MultiMethods.h // Generated header: MultiMethods.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
//////////////////////////////////// ////////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: NullType.h // Generated header: NullType.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
//////////////////////////////// ////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: Singleton.cpp // Generated header: Singleton.cpp
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
/////////////////////////////////// ///////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: Singleton.h // Generated header: Singleton.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
///////////////////////////////// /////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: SmallObj.cpp // Generated header: SmallObj.cpp
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
////////////////////////////////// //////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: SmallObj.h // Generated header: SmallObj.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
//////////////////////////////// ////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: SmartPtr.h // Generated header: SmartPtr.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
//////////////////////////////// ////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: Threads.h // Generated header: Threads.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
/////////////////////////////// ///////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: Tuple.h // Generated header: Tuple.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
///////////////////////////// /////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: TypeInfo.h // Generated header: TypeInfo.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
//////////////////////////////// ////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: TypeManip.h // Generated header: TypeManip.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
///////////////////////////////// /////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: TypeTraits.h // Generated header: TypeTraits.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
////////////////////////////////// //////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: Typelist.h // Generated header: Typelist.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
//////////////////////////////// ////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: Visitor.h // Generated header: Visitor.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
/////////////////////////////// ///////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE

View file

@ -2,7 +2,7 @@
// Generated header: static_check.h // Generated header: static_check.h
// Forwards to the appropriate code // Forwards to the appropriate code
// that works on the detected compiler // that works on the detected compiler
// Generated on Sun Sep 15 15:31:17 2002 // Generated on Mon Sep 30 23:14:48 2002
//////////////////////////////////// ////////////////////////////////////
#ifdef LOKI_USE_REFERENCE #ifdef LOKI_USE_REFERENCE