Searched defs:rexpr_printer (Results 1 – 2 of 2) sorted by relevance
21 struct rexpr_printer struct23 typedef void result_type;25 rexpr_printer(std::ostream& out, int indent = 0) in rexpr_printer() argument28 void operator()(rexpr const& ast) const in operator ()()41 void operator()(std::string const& text) const in operator ()()46 void tab(int spaces) const in tab()52 std::ostream& out;53 int indent;
83 struct rexpr_printer struct85 typedef void result_type;87 rexpr_printer(int indent = 0) in rexpr_printer() function90 void operator()(rexpr const& ast) const in operator ()()103 void operator()(std::string const& text) const in operator ()()108 void tab(int spaces) const in tab()114 int indent;