#include <simple_trace.hpp>
|
| simple_trace (std::ostream &out) |
|
void | print_indent (int n) const |
|
template<typename Iterator > |
void | print_some (char const *tag, Iterator first, Iterator const &last) const |
|
template<typename Iterator , typename Attribute , typename State > |
void | operator() (Iterator const &first, Iterator const &last, Attribute const &attr, State state, std::string const &rule_name) const |
|
template<int IndentSpaces = 2, int CharsToPrint = 20>
template<int IndentSpaces = 2, int CharsToPrint = 20>
template<typename Iterator , typename Attribute , typename State >
void boost::spirit::x3::simple_trace< IndentSpaces, CharsToPrint >::operator() |
( |
Iterator const & |
first, |
|
|
Iterator const & |
last, |
|
|
Attribute const & |
attr, |
|
|
State |
state, |
|
|
std::string const & |
rule_name |
|
) |
| const |
|
inline |
template<int IndentSpaces = 2, int CharsToPrint = 20>
template<int IndentSpaces = 2, int CharsToPrint = 20>
template<typename Iterator >
template<int IndentSpaces = 2, int CharsToPrint = 20>
template<int IndentSpaces = 2, int CharsToPrint = 20>
The documentation for this struct was generated from the following file: