|
muParserX
2.0.0
|
A class for reading binary values from an expression string. More...


Public Member Functions | |
| virtual bool | IsValue (const char_type *a_szExpr, int &a_iPos, Value &a_fVal) |
| Check a certain position in an expression for the presence of a value. More... | |
| virtual IValueReader * | Clone (TokenReader *pTokenReader) const |
| Clone this ValueReader object. More... | |
Public Member Functions inherited from mup::IValueReader | |
| virtual void | SetParent (TokenReader *pTokenReader) |
| Assign this value reader object to a token reader object. More... | |
A class for reading binary values from an expression string.
|
virtual |
Clone this ValueReader object.
Implements mup::IValueReader.

Check a certain position in an expression for the presence of a value.
| a_iPos | [in/out] Reference to an integer value representing the current position of the parser in the expression. |
| a_Val | If a value is found it is stored in a_Val |
Implements mup::IValueReader.