tbx  0.7.5
Public Member Functions | List of all members
tbx::SaverSaveToFileHandler Class Referenceabstract

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...
 

Detailed Description

Handler to save data to a file.

Member Function Documentation

◆ saver_save_to_file()

virtual void tbx::SaverSaveToFileHandler::saver_save_to_file ( Saver  saver,
std::string  file_name 
)
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.

Parameters
saverSaver object for save
file_namefile name to save to

The documentation for this class was generated from the following file: