"L. Spiro Engine"

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

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