#include "genesis/utils/core/exception.hpp"
#include "genesis/utils/core/fs.hpp"
#include "genesis/utils/core/options.hpp"
#include <cerrno>
#include <cstdio>
#include <cstring>
#include <fstream>
#include <sstream>
#include <stdexcept>
#include <string>
Go to the source code of this file.
|
| | genesis |
| | Container namespace for all symbols of genesis in order to keep them separate when used as a library.
|
| |
| | genesis::utils |
| |
|
| void | file_output_stream (std::string const &file_name, std::ofstream &out_stream, std::ios_base::openmode mode=std::ios_base::out, bool create_dirs=true) |
| | Helper function to obtain an output stream to a file. More...
|
| |