![]() |
Disk ARchive 2.7.14
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 | |
bool | get_overwrite () const |
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 | |
bool | get_overwrite () const |
Private Attributes | |
bool | x_overwrite |
options to write a database to file
Definition at line 102 of file dar64-2.7.14-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 105 of file dar64-2.7.14-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 105 of file src/libdar/database_options.hpp.
|
inline |
Definition at line 112 of file dar64-2.7.14-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 112 of file src/libdar/database_options.hpp.
|
inline |
Definition at line 123 of file dar64-2.7.14-win64/include/dar/database_options.hpp.
|
inline |
Definition at line 123 of file src/libdar/database_options.hpp.
overwrite option
[in] | value | whether we can overwrite the file if it already exists |
Definition at line 120 of file dar64-2.7.14-win64/include/dar/database_options.hpp.
overwrite option
[in] | value | whether we can overwrite the file if it already exists |
Definition at line 120 of file src/libdar/database_options.hpp.
|
private |
Definition at line 126 of file dar64-2.7.14-win64/include/dar/database_options.hpp.