#include <NumParser.h>
|
| NumParser (std::string_view input) noexcept |
|
void | reset (std::string_view input) noexcept |
|
template<typename T > |
bool | operator>> (T &value) noexcept |
|
bool | hasMore () const noexcept |
|
◆ NumParser()
PDFxTMD::NumParser::NumParser |
( |
std::string_view |
input | ) |
|
|
inlineexplicitnoexcept |
◆ hasMore()
bool PDFxTMD::NumParser::hasMore |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator>>()
template<typename T >
bool PDFxTMD::NumParser::operator>> |
( |
T & |
value | ) |
|
|
inlinenoexcept |
◆ reset()
void PDFxTMD::NumParser::reset |
( |
std::string_view |
input | ) |
|
|
inlinenoexcept |
The documentation for this class was generated from the following file: