Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
options to open a database More...
#include <database_options.hpp>
Public Member Functions | |
database_open_options (const database_open_options &ref)=default | |
database_open_options (database_open_options &&ref) noexcept=default | |
database_open_options & | operator= (const database_open_options &ref)=default |
database_open_options & | operator= (database_open_options &&ref) noexcept=default |
void | clear () |
void | set_partial (bool value) |
partial option More... | |
void | set_partial_read_only (bool value) |
partial and read only option More... | |
void | set_warn_order (bool value) |
warning about file ordering in database More... | |
bool | get_partial () const |
bool | get_partial_read_only () const |
bool | get_warn_order () const |
Private Attributes | |
bool | x_partial |
bool | x_partial_read_only |
bool | x_warn_order |
options to open a database
Definition at line 53 of file database_options.hpp.
|
inline |
partial option
[in] | value | set to true to only load an manipulate database header |
Definition at line 72 of file database_options.hpp.
|
inline |
partial and read only option
[in] | value | when set, the database is in partial mode and in read-only. It cannot be dumped or modified. |
Definition at line 81 of file database_options.hpp.
|
inline |
warning about file ordering in database
[in] | value | whether to warn when file chronological ordering does not respect the order of archives |
Definition at line 87 of file database_options.hpp.