"L. Spiro Engine"

F:/My Projects/LSEngine/Modules/LSTL/Src/Map/LSTLMapBase.h

00001 
00016 #ifndef __LSTL_MAPBASE_H__
00017 #define __LSTL_MAPBASE_H__
00018 
00019 #include "../LSTLib.h"
00020 #include "../Allocator/LSTLAllocator.h"
00021 
00022 namespace lstl {
00023 
00030         class CMapBase {
00031         public :
00032                 // == Members.
00042                 static CAllocator *                     m_paDefaultAllocator;
00043 
00044         protected :
00048                 static CAllocator                       m_aAllocator;
00049         };
00050 
00051 }       // namespace lstl
00052 
00053 #endif  // __LSTL_MAPBASE_H__
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator