QuantityParser

Undocumented in source.

Constructors

this
this(S input, SymbolList!N symbolList)
Undocumented in source.

Members

Enums

Tok
enum Tok
Undocumented in source.

Functions

advance
void advance(Types types)
Undocumented in source. Be warned that the author may not have intended to support it.
check
void check()
Undocumented in source. Be warned that the author may not have intended to support it.
check
void check(Tok tok)
Undocumented in source. Be warned that the author may not have intended to support it.
check
void check(Tok tok1, Tok tok2)
Undocumented in source. Be warned that the author may not have intended to support it.
lex
void lex(S input)
Undocumented in source. Be warned that the author may not have intended to support it.
parseCompoundUnit
QVariant!N parseCompoundUnit(bool inParens)
Undocumented in source. Be warned that the author may not have intended to support it.
parseExponentUnit
QVariant!N parseExponentUnit()
Undocumented in source. Be warned that the author may not have intended to support it.
parseInteger
int parseInteger()
Undocumented in source. Be warned that the author may not have intended to support it.
parsePrefixUnit
QVariant!N parsePrefixUnit()
Undocumented in source. Be warned that the author may not have intended to support it.
parseRationalOrInteger
Rational parseRationalOrInteger()
Undocumented in source. Be warned that the author may not have intended to support it.
parseUnit
QVariant!N parseUnit()
Undocumented in source. Be warned that the author may not have intended to support it.
parsedQuantity
QVariant!N parsedQuantity()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Token
struct Token
Undocumented in source.

Meta