10 #ifndef INDIGOX_UTILS_FILEREADER_HPP 11 #define INDIGOX_UTILS_FILEREADER_HPP 15 namespace indigox {
namespace utils {
void GetAllLines(std::vector< std::string > &)
Reads the file from disk.
Namespace for all graph related functionality.
Definition: access.hpp:7
void SetFilePath(const std::string &p)
Definition: filereader.hpp:31
Class for reading simple text file from disk.
Definition: filereader.hpp:22