Go to the documentation of this file.
24 #ifndef __fileStream_hpp__
25 #define __fileStream_hpp__
uniquePtr< std::ofstream > outStream_
void openInFile(const fileSystem &path)
fileStream(const fileSystem &path, bool outStream=false)
fileStream & operator=(const fileStream &)=delete
std::ofstream & outStream()
uniquePtr< std::ifstream > inStream_
void openOutFile(const fileSystem &path)
std::ifstream & inStream()