|
indigoX
|
Class for reading simple text file from disk. More...
#include <indigox/utils/filereader.hpp>
Public Member Functions | |
| FileReader ()=delete | |
| FileReader (const std::string &) | |
| Normal constructor. More... | |
| void | GetAllLines (std::vector< std::string > &) |
| Reads the file from disk. More... | |
| void | SetFilePath (const std::string &p) |
Class for reading simple text file from disk.
Loads a simple text file from disk.
|
delete |
| FileReader | ( | const std::string & | ) |
Normal constructor.
| void GetAllLines | ( | std::vector< std::string > & | ) |
Reads the file from disk.
|
inline |