List of all members.
Public Member Functions |
| LineBuffer (uint32_t max_size, FILE *file) |
void | addString (const std::string &argument) |
char * | readline () |
Private Attributes |
FILE * | file |
std::vector< char > | line |
std::iostream * | file_stream |
uint32_t | max_size |
Detailed Description
Definition at line 25 of file linebuffer.h.
The documentation for this class was generated from the following files: