MathTypeLibrary(libmath++)
0.0.3
|
#include <printer.h>
Static Public Member Functions | |
static void | printOn (std::ostream &AOutput, const TNode< T > *AExpr) |
static std::string | print (const TNode< T > *AExpr) |
Additional Inherited Members |
The TPrinter<> visitor class implements stream printing for for the expression tree. Use the static printOn method to print.
|
static |
print prints given expression, AExpr, into a std::string and returns its value.
This is just a wrapper method to printon with std::ostringstream, but often used.
|
static |
printOn prints given expression, AExpr, to the given output stream AOutput.