"L. Spiro Engine"

F:/My Projects/LSEngine/Modules/LSTL/Src/LinkedList/LSTLLinkedListBase.h

00001 
00016 #ifndef __LSTL_LINKEDLISTBASE_H__
00017 #define __LSTL_LINKEDLISTBASE_H__
00018 
00019 #include "../LSTLib.h"
00020 #include "../Allocator/LSTLAllocator.h"
00021 
00022 namespace lstl {
00023 
00030         class CLinkedListBase {
00031         protected :
00032                 // == Members.
00036                 static CAllocator                                               m_aAllocator;
00037         };
00038 
00039 }       // namespace lstl
00040 
00041 #endif  // __LSTL_LINKEDLISTBASE_H__
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator