"L. Spiro Engine"
|
00001 00022 #ifndef __LSTL_VECTORBASE_H__ 00023 #define __LSTL_VECTORBASE_H__ 00024 00025 #include "../LSTLib.h" 00026 #include "../Allocator/LSTLAllocator.h" 00027 00028 namespace lstl { 00029 00035 class CVectorBase { 00036 public : 00037 // == Members. 00047 static CAllocator * m_paDefaultAllocator; 00048 00049 protected : 00053 static CAllocator m_aAllocator; 00054 }; 00055 00056 } // namespace lstl 00057 00058 #endif // __LSTL_VECTORBASE_H__