#include <StreamTokenizer.h>
Inheritance diagram for util::StreamTokenizer::NumberToken:

a sequence of characters labeled as TOKEN_NUMBER.
Public Methods | |
| NumberToken (std::string str, double number) | |
| Create a new number token with the given contents. | |
| double | getNumber () const |
| Get the number this token represents. | |
| std::string | getNumberString () const |
| Get the number as it was read. | |
|
||||||||||||
|
Create a new number token with the given contents.
|