Definition at line 19 of file operations_encrypted.hpp.
Public Member Functions | |
| EncryptedWriter (std::string filename, const SecretKey &secret_key, boost::filesystem::perms, tracing::ScopeTime &scope) | |
| Creates a new dump file and opens it. | |
| void | Finish () override |
| Must be called once all data has been written. | |
| template<typename T> | |
| void | Write (const T &data) |
| Writes binary data. | |
| dump::EncryptedWriter::EncryptedWriter | ( | std::string | filename, |
| const SecretKey & | secret_key, | ||
| boost::filesystem::perms | , | ||
| tracing::ScopeTime & | scope ) |
Creates a new dump file and opens it.
| `Error` | on a filesystem error |
|
overridevirtual |
Must be called once all data has been written.
| `Error` | on write operation failure |
Implements dump::Writer.
|
inherited |
Writes binary data.
Calls ADL-found Write(writer, data)
| `Error` | and any user-thrown std::exception |
Definition at line 101 of file operations.hpp.