4 #include <boost/iostreams/filtering_stream.hpp> 14 boost::iostreams::filtering_ostream& out, std::string
const& filename);
20 boost::iostreams::filtering_istream& in, std::string
const& filename);
24 #endif // jb_fileio_hpp void open_output_file(boost::iostreams::filtering_ostream &out, std::string const &filename)
Open a file for writing.
void open_input_file(boost::iostreams::filtering_istream &in, std::string const &filename)
Open a file for reading.
The top-level namespace for the JayBeams library.