tbx
0.7.3
|
Handler to save data to a file. More...
#include <saver.h>
Public Member Functions | |
virtual void | saver_save_to_file (Saver saver, std::string file_name)=0 |
Request to save the file to the specified location. More... | |
Handler to save data to a file.
|
pure virtual |
Request to save the file to the specified location.
Once the file is saved or the attempt to save failed. saver.file_save_completed should be called.
saver | Saver object for save |
file_name | file name to save to |