Disk ARchive  2.7.14
Full featured and portable backup and archiving tool
Public Member Functions | Private Attributes | List of all members
libdar::database_dump_options Class Reference

options to write a database to file More...

#include <database_options.hpp>

+ Collaboration diagram for libdar::database_dump_options:

Public Member Functions

 database_dump_options (const database_dump_options &ref)=default
 
 database_dump_options (database_dump_options &&ref) noexcept=default
 
database_dump_optionsoperator= (const database_dump_options &ref)=default
 
database_dump_optionsoperator= (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
 

Detailed Description

options to write a database to file

Definition at line 102 of file database_options.hpp.

Member Function Documentation

◆ set_overwrite()

void libdar::database_dump_options::set_overwrite ( bool  value)
inline

overwrite option

Parameters
[in]valuewhether we can overwrite the file if it already exists

Definition at line 120 of file database_options.hpp.


The documentation for this class was generated from the following file: