Euphoria
io.h File Reference
#include <memory>
#include <optional>
#include "base/memorychunk.h"

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)