MathTypeLibrary(libmath++) 0.0.3
|
#include <reader.h>
Static Public Member Functions | |
static TNode< T > * | parse (const std::string &AInput, bool AEquation=false) |
TReader<> represents the expression reader (aka. parser) wich generates on given input (usually of type std::string) the equivalent output of type TNode<>.
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.