--- trunk/src/utils/StringTokenizer.hpp 2014/11/28 20:10:17 2045 +++ trunk/src/utils/StringTokenizer.hpp 2015/03/07 23:52:07 2073 @@ -126,6 +126,12 @@ namespace OpenMD { */ std::string nextToken(); + /** + * Skips the next token from this string tokenizer. + * @exception NoSuchElementException if there are no more tokens in this tokenizer's string + */ + void skipToken(); + //actually, nextToken Can be template function //template //ReturnType nextToken();