ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/utils/StringTokenizer.hpp
(Generate patch)

Comparing trunk/src/utils/StringTokenizer.hpp (file contents):
Revision 2045 by gezelter, Fri Nov 28 20:10:17 2014 UTC vs.
Revision 2073 by gezelter, Sat Mar 7 23:52:07 2015 UTC

# Line 126 | Line 126 | namespace OpenMD {
126       */
127      std::string nextToken();
128  
129 +    /**
130 +     * Skips the next token from this string tokenizer.
131 +     * @exception NoSuchElementException if there are no more tokens in this tokenizer's string
132 +     */
133 +    void skipToken();
134 +
135      //actually, nextToken Can be template function
136      //template <typename ReturnType>
137      //ReturnType nextToken();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines