#include <TextFile.hxx>
Definition at line 31 of file TextFile.hxx.
◆ TextFile() [1/2]
TextFile::TextFile |
( |
Path |
path_fs | ) |
|
|
explicit |
◆ TextFile() [2/2]
TextFile::TextFile |
( |
const TextFile & |
other | ) |
|
|
delete |
◆ ~TextFile()
◆ ReadLine()
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.
- Returns
- a pointer to the line, or nullptr on end-of-file
The documentation for this class was generated from the following file: