Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
datastructure managing a member of the list of archives used by a database More...
#include <database_archives.hpp>
Public Member Functions | |
database_archives (const database_archives &ref)=default | |
database_archives (database_archives &&ref) noexcept=default | |
database_archives & | operator= (const database_archives &ref)=default |
database_archives & | operator= (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 |
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.