JayBeams  0.1
Another project to have fun coding.
Namespaces | Functions
fileio.hpp File Reference
#include <boost/iostreams/filtering_stream.hpp>
#include <string>

Go to the source code of this file.

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 

Functions

void jb::open_output_file (boost::iostreams::filtering_ostream &out, std::string const &filename)
 Open a file for writing. More...
 
void jb::open_input_file (boost::iostreams::filtering_istream &in, std::string const &filename)
 Open a file for reading. More...