RESTinio
|
One character extracted from the input stream. More...
#include <easy_parser.hpp>
Public Attributes | |
bool | m_eof |
char | m_ch |
One character extracted from the input stream.
If the characted extracted successfuly then m_eof will be false
. If the end of input reached then m_eof is true
and the value of m_ch is undefined.
Definition at line 592 of file easy_parser.hpp.
char restinio::easy_parser::impl::character_t::m_ch |
Definition at line 595 of file easy_parser.hpp.
bool restinio::easy_parser::impl::character_t::m_eof |
Definition at line 594 of file easy_parser.hpp.