nngn
|
#include <reader.h>
Public Member Functions | |
std::ptrdiff_t | read (int fd) |
template<typename T > | |
bool | for_each (T f) |
Private Member Functions | |
bool | next_line (std::string *s) |
Private Attributes | |
std::string | buf = std::string(4096, 0) |
std::stringstream | ss = {} |
|
private |
std::ptrdiff_t LineReader::read | ( | int | fd | ) |
|
private |
|
private |