|
Aktualizr
C++ SOTA Client
|
Public Member Functions | |
| FileData (boost::filesystem::path base_path) | |
| const boost::filesystem::path & | getBasePath () const |
| void | setBasePath (const boost::filesystem::path &base_path) |
| const boost::filesystem::path & | getFilePath () const |
| void | setFilePath (const boost::filesystem::path &file_path) |
| std::string | getFullFilePath () const override |
| INITSERVERNODESET_FILE_FUNCTION_DEFINITION (FileData) CLIENTWRITE_FILE_FUNCTION_DEFINITION() void setOnBeforeReadCallback(MessageOnBeforeReadCallback< FileData > | |
| void | setOnAfterWriteCallback (MessageOnAfterWriteCallback< FileData >::type cb) |
Protected Attributes | |
| boost::filesystem::path | base_path_ |
| boost::filesystem::path | file_path_ |
| MessageOnBeforeReadCallback< FileData >::type | on_before_read_cb_ |
| MessageOnAfterWriteCallback< FileData >::type | on_after_write_cb_ |
Definition at line 10 of file filedata.h.
1.8.14