1
0
forked from 0ad/0ad

utf16() method for CStr8/W => utf16string conversion

This was SVN commit r904.
This commit is contained in:
Simon Brenner 2004-08-05 12:15:53 +00:00
parent 875ceeb9cf
commit a823a00570

View File

@ -189,6 +189,9 @@ public:
inline const TCHAR *c_str() const
{ return m_String.c_str(); }
inline utf16string utf16() const
{ return utf16string(m_String.begin(), m_String.end()); }
size_t GetHashCode() const;
// Serialization functions