Home
last modified time | relevance | path

Searched defs:rexpr_printer (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/
Dprinter.hpp21 struct rexpr_printer struct
23 typedef void result_type;
25 rexpr_printer(std::ostream& out, int indent = 0) in rexpr_printer() argument
28 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;
/third_party/boost/libs/spirit/example/x3/rexpr/rexpr_min/
Drexpr.cpp83 struct rexpr_printer struct
85 typedef void result_type;
87 rexpr_printer(int indent = 0) in rexpr_printer() function
90 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;