33 #ifndef FILE_UTILS_HPP_INCLUDED
34 #define FILE_UTILS_HPP_INCLUDED
45 std::vector<std::vector<std::string> > GetConfigSections(
const std::string & fileName,
46 const std::string & startMarker,
47 const std::string & endMarker )
const;
48 bool FileExists(
const std::string & fileName )
const;
51 std::vector<std::string> GetOneSection( std::istream & file,
const std::string & endMarker )
const;