Disk ARchive
2.4.5
|
options to open a database More...
#include <database_options.hpp>
Public Member Functions | |
void | clear () |
void | set_partial (bool value) |
partial option | |
void | set_warn_order (bool value) |
warning about file ordering in database | |
bool | get_partial () const |
bool | get_warn_order () const |
options to open a database
Definition at line 46 of file database_options.hpp.
void libdar::database_open_options::set_partial | ( | bool | value | ) | [inline] |
partial option
[in] | value | set to true to only load an manipulate database header |
Definition at line 59 of file database_options.hpp.
void libdar::database_open_options::set_warn_order | ( | bool | value | ) | [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 64 of file database_options.hpp.