"L. Spiro Engine"

F:/My Projects/LSEngine/Modules/LSTL/Src/String/LSTLStringList.h

00001 
00016 #ifndef __LSTL_STRINGLIST_H__
00017 #define __LSTL_STRINGLIST_H__
00018 
00019 #include "../LSTLib.h"
00020 #include "LSTLString.h"
00021 #include "LSTLStringListBase.h"
00022 
00023 namespace lstl {
00024 
00031         typedef CStringListBase<CString>                CStringList;
00032 
00033 }       // namespace lstl
00034 
00035 #endif  // __LSTL_STRINGLIST_H__
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator