![]() |
Disk ARchive
2.5.15
Full featured and portable backup and archiving tool
|
keep trace of hard links when reading the filesystem More...
#include <filesystem.hpp>
Inherits libdar::mem_ui, and libdar::on_pool.
Inherited by libdar::filesystem_backup, libdar::filesystem_diff, and libdar::filesystem_restore.
Public Member Functions | |
| filesystem_hard_link_read (user_interaction &dialog, bool x_furtive_read_mode, const fsa_scope &scope) | |
| filesystem_hard_link_read (const filesystem_hard_link_read &ref) | |
| const filesystem_hard_link_read & | operator= (const filesystem_hard_link_read &ref) |
| const infinint & | get_last_etoile_ref () const |
| const fsa_scope | get_fsa_scope () const |
| provide the FSA scope used by the object | |
| void | zeroing_negative_dates_without_asking () |
| don't ask before zeroing negative date just warn user | |
Public Member Functions inherited from libdar::on_pool | |
| void * | operator new (size_t n_byte) |
| void * | operator new (size_t n_byte, const std::nothrow_t ¬hrow_value) |
| void * | operator new[] (size_t n_byte) |
| void * | operator new[] (size_t n_byte, const std::nothrow_t ¬hrow_value) |
| void * | operator new (size_t n_byte, memory_pool *p) |
| void * | operator new[] (size_t n_byte, memory_pool *p) |
| void | operator delete (void *ptr, memory_pool *p) |
| this operator is called by the compiler if an exception is throw from the constructor of the allocated object | |
| void | operator delete[] (void *ptr, memory_pool *p) |
| this operator is called by the compiler if an exception is throw from the constructor of the allocated objects | |
| void | operator delete (void *ptr) |
| this is the usual delete operator, modified to handle allocated objects allocated on a memory pool or not | |
| void | operator delete[] (void *ptr) |
| this is the usual delete[] operator, modified to handle allocated objects allocated on a memory pool or not | |
Protected Member Functions | |
| void | corres_reset () |
| cat_nomme * | make_read_entree (path &lieu, const std::string &name, bool see_hard_link, const mask &ea_mask) |
| bool | get_ask_before_zeroing_neg_dates () const |
Protected Member Functions inherited from libdar::mem_ui | |
| user_interaction & | get_ui () const |
| get access to the user_interaction cloned object More... | |
| mem_ui (const user_interaction &dialog) | |
| constructor More... | |
| mem_ui (user_interaction *dialog) | |
| mem_ui (const mem_ui &ref) | |
| the copy constructor More... | |
| virtual | ~mem_ui () throw (Ebug) |
| destructor More... | |
| const mem_ui & | operator= (const mem_ui &ref) |
| assignement operator More... | |
Protected Member Functions inherited from libdar::on_pool | |
| memory_pool * | get_pool () const |
| template<class T > | |
| void | meta_new (T *&ptr, size_t num) |
| template<class T > | |
| void | meta_delete (T *ptr) |
| void * | operator new (size_t n_byte) |
| void * | operator new (size_t n_byte, const std::nothrow_t ¬hrow_value) |
| void * | operator new[] (size_t n_byte) |
| void * | operator new[] (size_t n_byte, const std::nothrow_t ¬hrow_value) |
| void * | operator new (size_t n_byte, memory_pool *p) |
| void * | operator new[] (size_t n_byte, memory_pool *p) |
| void | operator delete (void *ptr, memory_pool *p) |
| this operator is called by the compiler if an exception is throw from the constructor of the allocated object | |
| void | operator delete[] (void *ptr, memory_pool *p) |
| this operator is called by the compiler if an exception is throw from the constructor of the allocated objects | |
| void | operator delete (void *ptr) |
| this is the usual delete operator, modified to handle allocated objects allocated on a memory pool or not | |
| void | operator delete[] (void *ptr) |
| this is the usual delete[] operator, modified to handle allocated objects allocated on a memory pool or not | |
keep trace of hard links when reading the filesystem
Definition at line 65 of file filesystem.hpp.
1.8.14