#include <Scanner.hpp>
|
| | Scanner (std::istream *stream_) |
| |
| std::string | nextLine (char const delimiter='\n') |
| |
◆ Scanner()
| sisi4s::Scanner::Scanner |
( |
std::istream * |
stream_ | ) |
|
|
inline |
◆ nextLine()
| std::string sisi4s::Scanner::nextLine |
( |
char const |
delimiter = '\n' | ) |
|
|
inline |
◆ refillBuffer()
| void sisi4s::Scanner::refillBuffer |
( |
| ) |
|
|
inlineprotected |
◆ NumberScanner
template<typename NumberType >
◆ buffer
| char* sisi4s::Scanner::buffer |
|
protected |
◆ BUFFER_SIZE
| unsigned int constexpr sisi4s::Scanner::BUFFER_SIZE = 128 * 1024 * 1024 |
|
staticconstexprprotected |
◆ end
| char * sisi4s::Scanner::end |
|
protected |
◆ eof
| bool sisi4s::Scanner::eof |
|
protected |
◆ pos
| char * sisi4s::Scanner::pos |
|
protected |
◆ REFILL_SIZE
| unsigned int constexpr sisi4s::Scanner::REFILL_SIZE = 128 |
|
staticconstexprprotected |
◆ stream
| std::istream* sisi4s::Scanner::stream |
|
protected |
The documentation for this class was generated from the following file: