math::TReader< T > Class Template Reference

#include <reader.h>

Collaboration diagram for math::TReader< T >:

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

static TNode< T > * parse (const std::string &AInput, bool AEquation=false)

Detailed Description

template<class T>
class math::TReader< T >

TReader<> represents the expression reader (aka. parser) wich generates on given input (usually of type std::string) the equivalent output of type TNode<>.

Definition at line 49 of file reader.h.


Member Function Documentation

template<class T>
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.


The documentation for this class was generated from the following file:
Generated on Mon Nov 28 20:09:08 2005 for MathTypeLibrary(libmath++) by  doxygen 1.4.5