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