Disk ARchive  2.7.14
Full featured and portable backup and archiving tool
Classes | Namespaces | Typedefs
database_archives.hpp File Reference

this file stores the list of archives a database has been built from. it is part of the database header More...

#include "../my_config.h"
#include <deque>
#include <string>
+ Include dependency graph for database_archives.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libdar::database_archives
 datastructure managing a member of the list of archives used by a database More...
 

Namespaces

 libdar
 libdar namespace encapsulate all libdar symbols
 

Typedefs

using libdar::database_archives_list = std::deque< database_archives >
 list of archives found in a database More...
 

Detailed Description

this file stores the list of archives a database has been built from. it is part of the database header

Definition in file database_archives.hpp.