Creates a file line reader object that will read the file 'filename' line by line.
| 18 | // Creates a file line reader object that will read the file 'filename' |
| 19 | // line by line. |
| 20 | explicit FileLineReader(const DataConfig& data_conf) : |
| 21 | data_conf_(data_conf), loaded_successfully_(false) {}; |
| 22 | |
| 23 | ~FileLineReader() { } |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected