![]() |
Disk ARchive 2.7.8
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 More... | |
const std::string & | get_basename () const |
this provides the basename of the archive More... | |
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.
|
inline |
this provides the basename of the archive
Definition at line 65 of file database_archives.hpp.
|
inline |
this provides the path where is located this archive
Definition at line 62 of file database_archives.hpp.
|
inline |
Definition at line 59 of file database_archives.hpp.
|
inline |
Definition at line 58 of file database_archives.hpp.
|
private |
Definition at line 69 of file database_archives.hpp.
|
private |
Definition at line 68 of file database_archives.hpp.