28 #ifndef DATABASE_ARCHIVE_HPP
29 #define DATABASE_ARCHIVE_HPP
31 #include "../my_config.h"
58 void set_path(
const std::string & val) { chemin = val; };
59 void set_basename(
const std::string & val) { base = val; };
62 const std::string &
get_path()
const {
return chemin; };
datastructure managing a member of the list of archives used by a database
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
std::deque< database_archives > database_archives_list
list of archives found in a database
libdar namespace encapsulate all libdar symbols