#include <token.hpp>
◆ type
| Enumerator |
|---|
| text | |
| variable | |
| section_open | |
| section_close | |
| inverted_section_open | |
| unescaped_variable | |
| comment | |
| partial | |
| delimiter_change | |
◆ token()
| token::token |
( |
const std::string & |
str, |
|
|
std::size_t |
left = 0, |
|
|
std::size_t |
right = 0 |
|
) |
| |
◆ delims()
◆ eol() [1/2]
| bool mstch::token::eol |
( |
| ) |
const |
|
inline |
◆ eol() [2/2]
| void mstch::token::eol |
( |
bool |
eol | ) |
|
|
inline |
◆ name()
| const std::string& mstch::token::name |
( |
| ) |
const |
|
inline |
◆ partial_prefix() [1/2]
| const std::string& mstch::token::partial_prefix |
( |
| ) |
const |
|
inline |
◆ partial_prefix() [2/2]
| void mstch::token::partial_prefix |
( |
const std::string & |
p_partial_prefix | ) |
|
|
inline |
◆ raw()
| const std::string& mstch::token::raw |
( |
| ) |
const |
|
inline |
◆ token_info()
◆ token_type()
| type mstch::token::token_type |
( |
| ) |
const |
|
inline |
◆ ws_only()
| bool mstch::token::ws_only |
( |
| ) |
const |
|
inline |
◆ m_delims
◆ m_eol
◆ m_name
| std::string mstch::token::m_name |
|
private |
◆ m_partial_prefix
| std::string mstch::token::m_partial_prefix |
|
private |
◆ m_raw
| std::string mstch::token::m_raw |
|
private |
◆ m_type
| type mstch::token::m_type |
|
private |
◆ m_ws_only
| bool mstch::token::m_ws_only |
|
private |
The documentation for this class was generated from the following files:
- src/wallet/micro_core/ext/mstch/src/token.hpp
- src/wallet/micro_core/ext/mstch/src/token.cpp