Euphoria
io.cc File Reference
#include "io/io.h"
#include "log/log.h"
#include "base/cint.h"
#include <fstream>

Go to the source code of this file.

Namespaces

 eu
 
 eu::io
 

Functions

void eu::io::write_chunk_to_file (std::shared_ptr< MemoryChunk > chunk, const std::string &full_path)
 
std::shared_ptr< MemoryChunk > eu::io::read_file_to_chunk (const std::string &full_path)
 
std::optional< std::string > eu::io::read_file_to_string (const std::string &full_path)