Disk ARchive 2.7.16
Full featured and portable backup and archiving tool
Loading...
Searching...
No Matches
libdar::database_change_basename_options Class Reference

options for changing a given archive's basename More...

#include <database_options.hpp>

Collaboration diagram for libdar::database_change_basename_options:

Public Member Functions

 database_change_basename_options (const database_change_basename_options &ref)=default
 database_change_basename_options (database_change_basename_options &&ref) noexcept=default
database_change_basename_optionsoperator= (const database_change_basename_options &ref)=default
database_change_basename_optionsoperator= (database_change_basename_options &&ref) noexcept=default
void clear ()
void set_revert_archive_numbering (bool revert)
 defines whether the archive number is counted from the beginning or from the end of the database
bool get_revert_archive_numbering () const

Private Attributes

bool x_revert_archive_numbering

Detailed Description

options for changing a given archive's basename

Definition at line 171 of file database_options.hpp.

Constructor & Destructor Documentation

◆ database_change_basename_options()

libdar::database_change_basename_options::database_change_basename_options ( )
inline

Definition at line 174 of file database_options.hpp.

Member Function Documentation

◆ clear()

void libdar::database_change_basename_options::clear ( )
inline

Definition at line 181 of file database_options.hpp.

◆ get_revert_archive_numbering()

bool libdar::database_change_basename_options::get_revert_archive_numbering ( ) const
inline

Definition at line 186 of file database_options.hpp.

◆ set_revert_archive_numbering()

void libdar::database_change_basename_options::set_revert_archive_numbering ( bool revert)
inline

defines whether the archive number is counted from the beginning or from the end of the database

Definition at line 184 of file database_options.hpp.

Member Data Documentation

◆ x_revert_archive_numbering

bool libdar::database_change_basename_options::x_revert_archive_numbering
private

Definition at line 189 of file database_options.hpp.


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