]> git.saurik.com Git - wxWidgets.git/commit
1. changed wxStringTokenizer to not modify the string we're iterating over
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Dec 2005 00:12:54 +0000 (00:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Dec 2005 00:12:54 +0000 (00:12 +0000)
commit4626c57c58bfb151d6e1d5177c180c18e91c6613
treee77e95d3e69f01e905e2b7c3cdf9a41f8e7d958a
parent505a8c2ced8eec9aa2d4b0856a27c62ff4330e37
1. changed wxStringTokenizer to not modify the string we're iterating over
   but to just update our position in it (makes the code much more clear)
2. added GetLastDelimiter() to make up for lack of mode combining
   wxTOKEN_RET_EMPTY_ALL and RET_DELIMS
3. documented it and added unit tests for it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/tokenizr.tex
include/wx/tokenzr.h
src/common/tokenzr.cpp
tests/strings/tokenizer.cpp