30#include "//include/dar/libdar_my_config.h"
33#include "//include/dar/datetime.hpp"
34#include "//include/dar/user_interaction.hpp"
35#include "//include/dar/entrepot_aux.hpp"
58 bool cache_directory_tagging,
59 bool furtive_read_mode);
60 etage(
const etage & ref) =
default;
61 etage(etage && ref) =
default;
62 etage & operator = (
const etage & ref) =
default;
63 etage & operator = (etage && ref)
noexcept =
default;
67 bool is_empty()
const {
return fichier.empty(); };
78 cell(
const std::string & filename,
datetime last_acc
the last_acc of the directory itself
datetime last_mod
the last_lod of the directory itself
std::deque< cell > fichier
holds the list of entry in the directory
This is a pure virtual class that is used by libdar when interaction with the user is required.
libdar namespace encapsulate all libdar symbols