#include "../my_config.h"
#include <map>
#include <vector>
#include "catalogue.hpp"
#include "infinint.hpp"
#include "etage.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | libdar |
Classes | |
| class | libdar::filesystem_hard_link_read |
| keep trace of hard links when reading the filesystem More... | |
| class | libdar::filesystem_backup |
| make a flow sequence of inode to feed the backup filtering routing More... | |
| class | libdar::filesystem_diff |
| make a flow of inode to feed the difference filter routine More... | |
| class | libdar::filesystem_hard_link_write |
| keep trace of already written inodes to restore hard links More... | |
| class | libdar::filesystem_restore |
| receive the flow of inode from the restoration filtering routing and promotes theses to real filesystem objects More... | |
Definition in file filesystem.hpp.
1.4.7