#include <reader.h>
Static Public Member Functions | |
| TNode< T > * | parse (const std::string &AInput, bool AEquation=false) |
Definition at line 49 of file reader.h.
|
||||||||||||||||
|
Parses given expression string (AInput) and returns its result. Equation parsing is enabled if AEquation is !false. |
1.3.2