Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
options to write a database to file More...
#include <database_options.hpp>
Public Member Functions | |
database_dump_options (const database_dump_options &ref)=default | |
database_dump_options (database_dump_options &&ref) noexcept=default | |
database_dump_options & | operator= (const database_dump_options &ref)=default |
database_dump_options & | operator= (database_dump_options &&ref) noexcept=default |
void | clear () |
void | set_overwrite (bool value) |
overwrite option More... | |
bool | get_overwrite () const |
Private Attributes | |
bool | x_overwrite |
options to write a database to file
Definition at line 102 of file database_options.hpp.
|
inline |
overwrite option
[in] | value | whether we can overwrite the file if it already exists |
Definition at line 120 of file database_options.hpp.