| 52 | 
  | 
 | 
| 53 | 
  | 
#include <string> | 
| 54 | 
  | 
#include <vector> | 
| 55 | 
< | 
 | 
| 55 | 
> | 
#include "config.h" | 
| 56 | 
  | 
namespace oopse { | 
| 57 | 
  | 
 | 
| 58 | 
  | 
  /** | 
| 147 | 
  | 
    float nextTokenAsFloat(); | 
| 148 | 
  | 
 | 
| 149 | 
  | 
    /** | 
| 150 | 
< | 
     * Returns the next token from this string tokenizer as a double. | 
| 151 | 
< | 
     * @return the next token from this string tokenizer as a double. | 
| 150 | 
> | 
     * Returns the next token from this string tokenizer as a RealType. | 
| 151 | 
> | 
     * @return the next token from this string tokenizer as a RealType. | 
| 152 | 
  | 
     */ | 
| 153 | 
< | 
    double nextTokenAsDouble(); | 
| 153 | 
> | 
    RealType nextTokenAsDouble(); | 
| 154 | 
  | 
 | 
| 155 | 
  | 
    /** | 
| 156 | 
  | 
     * Returns the next token without advancing the position of the StringTokenizer. |