MPD
0.20.18
|
#include <TextFile.hxx>
Public Member Functions | |
TextFile (Path path_fs) | |
TextFile (const TextFile &other)=delete | |
~TextFile () | |
char * | ReadLine () |
Reads a line from the input file, and strips trailing space. More... | |
Definition at line 31 of file TextFile.hxx.
|
explicit |
|
delete |
TextFile::~TextFile | ( | ) |
char* TextFile::ReadLine | ( | ) |
Reads a line from the input file, and strips trailing space.
There is a reasonable maximum line length, only to prevent denial of service.