GetNextToken() is called and when it reaches 0, HasMoreTokens()
returns @false.
*/
- int CountTokens() const;
+ size_t CountTokens() const;
/**
Returns the delimiter which ended scan for the last token returned by
@since 2.7.0
*/
- wxChar GetLastDelimiter();
+ wxChar GetLastDelimiter() const;
/**
Returns the next token or empty string if the end of string was reached.
*/
- wxString GetNextToken() const;
+ wxString GetNextToken();
/**
Returns the current position (i.e. one index after the last returned