Planeshift
Public Member Functions | Static Public Attributes

google_breakpad::LineReader Class Reference

#include <line_reader.h>

List of all members.

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

Detailed Description

Definition at line 44 of file line_reader.h.


Constructor & Destructor Documentation

google_breakpad::LineReader::LineReader ( int  fd) [inline]

Definition at line 46 of file line_reader.h.


Member Function Documentation

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.


Member Data Documentation

const size_t google_breakpad::LineReader::kMaxLineLen = 512 [static]

Definition at line 53 of file line_reader.h.


The documentation for this class was generated from the following file: