CrossFramework Library
|
00001 00006 #if defined(XBASE_INCLUDED_SHORTSTRING_HPP) 00007 #else 00008 #define XBASE_INCLUDED_SHORTSTRING_HPP 00009 00010 //------------------------------------------------------------ 00011 #include <XBase/FixedString.hpp> 00012 00013 //------------------------------------------------------------ 00014 namespace XBase { 00016 00017 typedef FixedString< char , 64 > ShortString; 00018 typedef FixedString< wchar_t , 64 > ShortWString; 00019 00020 } 00021 //------------------------------------------------------------ 00022 #endif 00023 // EOF