#include <FileSystem.h>
|
| FileSystem (const std::string &) |
|
void | open_output_stream () |
|
void | open_output_stream (const std::ios_base::openmode &) |
|
std::ofstream & | get_output_stream () |
|
void | close_output_stream () |
|
void | open_input_stream () |
|
void | open_input_stream (const std::ios_base::openmode &) |
|
std::ifstream & | get_input_stream () |
|
void | close_input_stream () |
|
Authored by Peizhao Hu. Copyright SpiRITlab - Computations on Encrypted Data Publicly available at: https://gitlab.com/SpiRITlab/coed
The documentation for this class was generated from the following files: