30 #include "../my_config.h"
56 bool cache_directory_tagging,
57 bool furtive_read_mode);
60 etage & operator = (
const etage & ref) =
default;
61 etage & operator = (
etage && ref) noexcept =
default;
64 bool read(std::string & ref);
This is a pure virtual class that is used by libdar when interaction with the user is required.
this file contains the definition of class datetime that stores unix times in a portable way
libdar namespace encapsulate all libdar symbols
the etage structure keep trace of directory contents
datetime last_acc
the last_acc of the directory itself
std::deque< std::string > fichier
holds the list of entry in the directory
datetime last_mod
the last_lod of the directory itself
defines the interaction interface between libdar and users.