#include <template_type.hpp>
◆ template_type() [1/3]
| mstch::template_type::template_type |
( |
| ) |
|
|
default |
◆ template_type() [2/3]
| template_type::template_type |
( |
const std::string & |
str | ) |
|
◆ template_type() [3/3]
| template_type::template_type |
( |
const std::string & |
str, |
|
|
const delim_type & |
delims |
|
) |
| |
◆ begin()
| std::vector<token>::const_iterator mstch::template_type::begin |
( |
| ) |
const |
|
inline |
◆ end()
| std::vector<token>::const_iterator mstch::template_type::end |
( |
| ) |
const |
|
inline |
◆ operator<<()
| void mstch::template_type::operator<< |
( |
const token & |
token | ) |
|
|
inline |
◆ process_text()
| void template_type::process_text |
( |
citer |
beg, |
|
|
citer |
end |
|
) |
| |
|
private |
◆ store_prefixes()
| void template_type::store_prefixes |
( |
std::vector< token >::iterator |
beg | ) |
|
|
private |
◆ strip_whitespace()
| void template_type::strip_whitespace |
( |
| ) |
|
|
private |
◆ tokenize()
| void template_type::tokenize |
( |
const std::string & |
tmp | ) |
|
|
private |
◆ m_close
| std::string mstch::template_type::m_close |
|
private |
◆ m_open
| std::string mstch::template_type::m_open |
|
private |
◆ m_tokens
| std::vector<token> mstch::template_type::m_tokens |
|
private |
The documentation for this class was generated from the following files: