* Merged Shrink() code to Tokenize()
This commit is contained in:
spx
2013-02-06 19:09:17 +09:00
parent e96b02d3dc
commit 1c8b798928
4 changed files with 57 additions and 65 deletions

View File

@ -35,7 +35,8 @@ protected:
void InitializeGroup(const std::wstring& groups);
private:
std::wstring CreateGroup(const std::wstring& str) const;
std::wstring& CreateGroup(std::wstring& str) const;
std::wstring VerifyGroup(const std::wstring& str) const;
std::unordered_set<std::wstring> m_Groups;
std::wstring m_OldGroups;