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

datastructure managing a member of the list of archives used by a database More...

#include <database_archives.hpp>

+ Collaboration diagram for libdar::database_archives:

Public Member Functions

 database_archives (const database_archives &ref)=default
 
 database_archives (database_archives &&ref) noexcept=default
 
database_archivesoperator= (const database_archives &ref)=default
 
database_archivesoperator= (database_archives &&ref) noexcept=default
 
void set_path (const std::string &val)
 
void set_basename (const std::string &val)
 
const std::string & get_path () const
 this provides the path where is located this archive
 
const std::string & get_basename () const
 this provides the basename of the archive
 

Private Attributes

std::string chemin
 
std::string base
 

Detailed Description

datastructure managing a member of the list of archives used by a database

only two methods are useful from API point of view

Definition at line 48 of file database_archives.hpp.


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