|
void | tabulate_increment () |
|
void | tabulate_decrement () |
|
std::string | tabulate (std::string_view const s) const |
|
template<typename V > |
std::string | get_match_tree_running_prefix (V const &vector, std::string prefix, int32_t length) |
|
template<typename V , typename F > |
std::string | construct_match_tree_internal (V const &vector, F const &generator_match, std::string_view const no_match, std::string_view const prefix, int32_t length) |
|
std::string | construct_match_tree_outer (auto const &vector, auto const &generator_match, std::string_view const no_match) |
|
void | file_write_out (std::fstream &stream, std::vector< group_contents > &groups) |
|
Definition at line 446 of file parser_generator.cpp.
◆ construct_match_tree_internal()
template<typename V , typename F >
std::string cxx_tree_builder::construct_match_tree_internal |
( |
V const & |
vector, |
|
|
F const & |
generator_match, |
|
|
std::string_view const |
no_match, |
|
|
std::string_view const |
prefix, |
|
|
int32_t |
length |
|
) |
| |
|
inline |
◆ construct_match_tree_outer()
std::string cxx_tree_builder::construct_match_tree_outer |
( |
auto const & |
vector, |
|
|
auto const & |
generator_match, |
|
|
std::string_view const |
no_match |
|
) |
| |
|
inline |
◆ file_write_out()
void cxx_tree_builder::file_write_out |
( |
std::fstream & |
stream, |
|
|
std::vector< group_contents > & |
groups |
|
) |
| |
|
inline |
◆ get_match_tree_running_prefix()
template<typename V >
std::string cxx_tree_builder::get_match_tree_running_prefix |
( |
V const & |
vector, |
|
|
std::string |
prefix, |
|
|
int32_t |
length |
|
) |
| |
|
inline |
◆ tabulate()
std::string cxx_tree_builder::tabulate |
( |
std::string_view const |
s | ) |
const |
|
inline |
◆ tabulate_decrement()
void cxx_tree_builder::tabulate_decrement |
( |
| ) |
|
|
inline |
◆ tabulate_increment()
void cxx_tree_builder::tabulate_increment |
( |
| ) |
|
|
inline |
◆ tabs
std::string cxx_tree_builder::tabs |
The documentation for this struct was generated from the following file: