![]() |
Disk ARchive
2.5.8
Full featured and portable backup and archiving tool
|
make a flow sequence of inode to feed the backup filtering routing More...
#include <filesystem.hpp>
Inherits libdar::filesystem_hard_link_read.
Public Member Functions | |
filesystem_backup (user_interaction &dialog, const path &root, bool x_info_details, const mask &x_ea_mask, bool check_no_dump_flag, bool alter_atime, bool furtive_read_mode, bool x_cache_directory_tagging, infinint &root_fs_device, bool x_ignore_unknown, const fsa_scope &scope) | |
filesystem_backup (const filesystem_backup &ref) | |
const filesystem_backup & | operator= (const filesystem_backup &ref) |
void | reset_read (infinint &root_fs_device) |
bool | read (cat_entree *&ref, infinint &errors, infinint &skipped_dump) |
void | skip_read_to_parent_dir () |
![]() | |
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 * | 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 | |
Additional Inherited Members | |
![]() | |
void | corres_reset () |
cat_nomme * | make_read_entree (path &lieu, const std::string &name, bool see_hard_link, const mask &ea_mask) |
![]() | |
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... | |
![]() | |
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 | |
make a flow sequence of inode to feed the backup filtering routing
Definition at line 138 of file filesystem.hpp.