MyraMath
Classes
FileStreams.h File Reference

Streams that serialize/deserialize to/from files. More...

#include <myramath/MYRAMATH_EXPORT.h>
#include <myramath/io/Streams.h>
#include <fstream>
Include dependency graph for FileStreams.h:

Go to the source code of this file.

Classes

class  myra::FileOutputStream
 An OutputStream that thinly wraps a std::ofstream, for writing to files. More...
 
class  myra::FileInputStream
 An InputStream that thinly wraps a std::ifstream, for reading from files. More...
 

Detailed Description

Streams that serialize/deserialize to/from files.