#include <SMTRAT.h>
|
std::string::const_iterator | m_iter |
|
const std::string::const_iterator | m_end |
|
Definition at line 10 of file SMTRAT.h.
◆ simple_parser()
benchmax::simple_parser::simple_parser |
( |
const std::string & |
content | ) |
|
|
inline |
◆ expect()
bool benchmax::simple_parser::expect |
( |
const char |
c | ) |
|
|
inline |
◆ expect_end()
bool benchmax::simple_parser::expect_end |
( |
| ) |
|
|
inline |
◆ read_until()
std::optional<std::string> benchmax::simple_parser::read_until |
( |
const char |
c | ) |
|
|
inline |
◆ read_until_whitespace()
std::optional<std::string> benchmax::simple_parser::read_until_whitespace |
( |
| ) |
|
|
inline |
◆ read_until_whitespace_or()
std::optional<std::string> benchmax::simple_parser::read_until_whitespace_or |
( |
const std::initializer_list< char > |
cs | ) |
|
|
inline |
◆ skip_excluding()
void benchmax::simple_parser::skip_excluding |
( |
const char |
c | ) |
|
|
inline |
◆ skip_whitespace()
void benchmax::simple_parser::skip_whitespace |
( |
| ) |
|
|
inline |
◆ m_end
const std::string::const_iterator benchmax::simple_parser::m_end |
|
private |
◆ m_iter
std::string::const_iterator benchmax::simple_parser::m_iter |
|
private |
The documentation for this class was generated from the following file: