move and top level include files to include/noncc/loki
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@155 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
48c452fb9c
commit
ec798ff372
22 changed files with 572 additions and 0 deletions
26
include/noncc/loki/AbstractFactory.h
Normal file
26
include/noncc/loki/AbstractFactory.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
///////////////////////////////////////
|
||||||
|
// Generated header: AbstractFactory.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 "../../loki/AbstractFactory.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/AbstractFactory.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/AbstractFactory.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/AbstractFactory.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/AbstractFactory.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/AbstractFactory.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/AbstractFactory.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/AbstractFactory.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/AssocVector.h
Normal file
26
include/noncc/loki/AssocVector.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
///////////////////////////////////
|
||||||
|
// Generated header: AssocVector.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 "../../loki/AssocVector.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/AssocVector.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/AssocVector.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/AssocVector.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/AssocVector.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/AssocVector.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/AssocVector.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/AssocVector.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/DataGenerators.h
Normal file
26
include/noncc/loki/DataGenerators.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
//////////////////////////////////////
|
||||||
|
// 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 "../../loki/DataGenerators.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/DataGenerators.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/DataGenerators.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/DataGenerators.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/DataGenerators.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/DataGenerators.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/DataGenerators.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/DataGenerators.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/EmptyType.h
Normal file
26
include/noncc/loki/EmptyType.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
/////////////////////////////////
|
||||||
|
// Generated header: EmptyType.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 "../../loki/EmptyType.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/EmptyType.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/EmptyType.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/EmptyType.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/EmptyType.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/EmptyType.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/EmptyType.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/EmptyType.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/Factory.h
Normal file
26
include/noncc/loki/Factory.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
///////////////////////////////
|
||||||
|
// Generated header: Factory.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 "../../loki/Factory.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/Factory.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/Factory.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/Factory.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/Factory.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/Factory.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/Factory.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/Factory.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/Functor.h
Normal file
26
include/noncc/loki/Functor.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
///////////////////////////////
|
||||||
|
// Generated header: Functor.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 "../../loki/Functor.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/Functor.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/Functor.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/Functor.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/Functor.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/Functor.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/Functor.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/Functor.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/HierarchyGenerators.h
Normal file
26
include/noncc/loki/HierarchyGenerators.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
///////////////////////////////////////////
|
||||||
|
// Generated header: HierarchyGenerators.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 "../../loki/HierarchyGenerators.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/HierarchyGenerators.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/HierarchyGenerators.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/HierarchyGenerators.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/HierarchyGenerators.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/HierarchyGenerators.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/HierarchyGenerators.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/HierarchyGenerators.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/LokiTypeInfo.h
Normal file
26
include/noncc/loki/LokiTypeInfo.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
////////////////////////////////
|
||||||
|
// Generated header: TypeInfo.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 "../../loki/LokiTypeInfo.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/LokiTypeInfo.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/LokiTypeInfo.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/LokiTypeInfo.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/LokiTypeInfo.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/LokiTypeInfo.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/LokiTypeInfo.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/LokiTypeInfo.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/MultiMethods.h
Normal file
26
include/noncc/loki/MultiMethods.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
////////////////////////////////////
|
||||||
|
// Generated header: MultiMethods.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 "../../loki/MultiMethods.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/MultiMethods.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/MultiMethods.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/MultiMethods.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/MultiMethods.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/MultiMethods.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/MultiMethods.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/MultiMethods.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/NullType.h
Normal file
26
include/noncc/loki/NullType.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
////////////////////////////////
|
||||||
|
// Generated header: NullType.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 "../../loki/NullType.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/NullType.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/NullType.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/NullType.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/NullType.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/NullType.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/NullType.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/NullType.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/Singleton.cpp
Normal file
26
include/noncc/loki/Singleton.cpp
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
///////////////////////////////////
|
||||||
|
// Generated header: Singleton.cpp
|
||||||
|
// 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 "../../loki/Singleton.cpp"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/Singleton.cpp"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/Singleton.cpp"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/Singleton.cpp"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/Singleton.cpp"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/Singleton.cpp"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/Singleton.cpp"
|
||||||
|
# else
|
||||||
|
# include "../../loki/Singleton.cpp"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/Singleton.h
Normal file
26
include/noncc/loki/Singleton.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
/////////////////////////////////
|
||||||
|
// Generated header: Singleton.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 "../../loki/Singleton.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/Singleton.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/Singleton.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/Singleton.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/Singleton.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/Singleton.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/Singleton.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/Singleton.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/SmallObj.cpp
Normal file
26
include/noncc/loki/SmallObj.cpp
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
//////////////////////////////////
|
||||||
|
// Generated header: SmallObj.cpp
|
||||||
|
// 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 "../../loki/SmallObj.cpp"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/SmallObj.cpp"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/SmallObj.cpp"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/SmallObj.cpp"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/SmallObj.cpp"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/SmallObj.cpp"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/SmallObj.cpp"
|
||||||
|
# else
|
||||||
|
# include "../../loki/SmallObj.cpp"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/SmallObj.h
Normal file
26
include/noncc/loki/SmallObj.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
////////////////////////////////
|
||||||
|
// Generated header: SmallObj.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 "../../loki/SmallObj.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/SmallObj.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/SmallObj.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/SmallObj.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/SmallObj.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/SmallObj.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/SmallObj.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/SmallObj.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/SmartPtr.h
Normal file
26
include/noncc/loki/SmartPtr.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
////////////////////////////////
|
||||||
|
// Generated header: SmartPtr.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 "../../loki/SmartPtr.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/SmartPtr.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/SmartPtr.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/SmartPtr.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/SmartPtr.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/SmartPtr.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/SmartPtr.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/SmartPtr.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/Threads.h
Normal file
26
include/noncc/loki/Threads.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
///////////////////////////////
|
||||||
|
// Generated header: Threads.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 "../../loki/Threads.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/Threads.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/Threads.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/Threads.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/Threads.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/Threads.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/Threads.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/Threads.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/Tuple.h
Normal file
26
include/noncc/loki/Tuple.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
/////////////////////////////
|
||||||
|
// Generated header: Tuple.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 "../../loki/Tuple.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/Tuple.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/Tuple.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/Tuple.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/Tuple.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/Tuple.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/Tuple.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/Tuple.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/TypeManip.h
Normal file
26
include/noncc/loki/TypeManip.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
/////////////////////////////////
|
||||||
|
// Generated header: TypeManip.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 "../../loki/TypeManip.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/TypeManip.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/TypeManip.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/TypeManip.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/TypeManip.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/TypeManip.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/TypeManip.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/TypeManip.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/TypeTraits.h
Normal file
26
include/noncc/loki/TypeTraits.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
//////////////////////////////////
|
||||||
|
// Generated header: TypeTraits.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 "../../loki/TypeTraits.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/TypeTraits.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/TypeTraits.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/TypeTraits.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/TypeTraits.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/TypeTraits.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/TypeTraits.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/TypeTraits.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/Typelist.h
Normal file
26
include/noncc/loki/Typelist.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
////////////////////////////////
|
||||||
|
// Generated header: Typelist.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 "../../loki/Typelist.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/Typelist.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/Typelist.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/Typelist.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/Typelist.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/Typelist.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/Typelist.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/Typelist.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/Visitor.h
Normal file
26
include/noncc/loki/Visitor.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
///////////////////////////////
|
||||||
|
// Generated header: Visitor.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 "../../loki/Visitor.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/Visitor.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/Visitor.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/Visitor.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/Visitor.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/Visitor.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/Visitor.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/Visitor.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
26
include/noncc/loki/static_check.h
Normal file
26
include/noncc/loki/static_check.h
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
////////////////////////////////////
|
||||||
|
// Generated header: static_check.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 "../../loki/static_check.h"
|
||||||
|
#else
|
||||||
|
# if (__INTEL_COMPILER)
|
||||||
|
# include "../../loki/static_check.h"
|
||||||
|
# elif (__MWERKS__)
|
||||||
|
# include "../../loki/static_check.h"
|
||||||
|
# elif (__BORLANDC__ >= 0x560)
|
||||||
|
# include "../Borland/static_check.h"
|
||||||
|
# elif (_MSC_VER >= 1301)
|
||||||
|
# include "../../loki/static_check.h"
|
||||||
|
# elif (_MSC_VER >= 1300)
|
||||||
|
# include "../MSVC/1300/static_check.h"
|
||||||
|
# elif (_MSC_VER >= 1200)
|
||||||
|
# include "../MSVC/1200/static_check.h"
|
||||||
|
# else
|
||||||
|
# include "../../loki/static_check.h"
|
||||||
|
# endif
|
||||||
|
#endif
|
Loading…
Reference in a new issue