| # | 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(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |