Public Types | |
| enum | Type { Number, Operator, Variable, Function, LeftParen, RightParen, Comma, Whitespace } |
Public Member Functions | |
| ParseToken (string text, Type type) | |
| const string & | getText () const |
| Type | getType () const |
Private Attributes | |
| string | text |
| Type | type |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
Hosted by GitHub
|
1.8.14
|