template-project-cpp
|
Print each tpcpp::Expr
as a string.
More...
#include <visitors/PrinterExpr.hpp>
Public Member Functions | |
std::string | operator() (Expr expr) |
Convert a tpcpp::Expr to a string. | |
void | print (Expr expr) |
Print a tpcpp::Expr to stdout. | |
Print each tpcpp::Expr
as a string.
Definition at line 10 of file PrinterExpr.hpp.
std::string tpcpp::PrinterExpr::operator() | ( | Expr | expr | ) |
Convert a tpcpp::Expr
to a string.
[in] | expr | The tpcpp::Expr to convert. |
tpcpp::Expr
. Definition at line 14 of file PrinterExpr.cpp.
void tpcpp::PrinterExpr::print | ( | Expr | expr | ) |
Print a tpcpp::Expr
to stdout.
[in] | expr | The tpcpp::Expr to print. |
Definition at line 55 of file PrinterExpr.cpp.