Planeshift
|
#include <line_reader.h>
Public Member Functions | |
bool | GetNextLine (const char **line, unsigned *len) |
LineReader (int fd) | |
void | PopLine (unsigned len) |
Static Public Attributes | |
static const size_t | kMaxLineLen = 512 |
Definition at line 44 of file line_reader.h.
google_breakpad::LineReader::LineReader | ( | int | fd | ) | [inline] |
Definition at line 46 of file line_reader.h.
bool google_breakpad::LineReader::GetNextLine | ( | const char ** | line, |
unsigned * | len | ||
) | [inline] |
Definition at line 64 of file line_reader.h.
void google_breakpad::LineReader::PopLine | ( | unsigned | len | ) | [inline] |
Definition at line 113 of file line_reader.h.
const size_t google_breakpad::LineReader::kMaxLineLen = 512 [static] |
Definition at line 53 of file line_reader.h.