30#include "../my_config.h" 
   49        candidates(
bool even_when_removed): 
ewr(even_when_removed) { clear(); };
 
   51        void clear() { num.clear(); status.clear(); };
 
   54        void set_the_set(std::set<archive_num> & 
archive) 
const;
 
   58        std::deque<archive_num> num;
 
   59        std::deque<db_etat> status;
 
class storing the position of an archive inside a database
 
class archive_num stores the position of an archive inside a dar_manager database
 
the archive class realizes the most general operations on archives
 
helper class for data_tree
 
bool ewr
even when removed, ignore removed status
 
set of datastructures used to interact with a database object
 
db_lookup
the available status of a lookup
 
db_etat
the status for a founded entry
 
libdar namespace encapsulate all libdar symbols