Disk ARchive  2.4.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
Public Member Functions | List of all members
libdar::defile Class Reference

the defile class keep trace of the real path of files while the flow in the filter routines More...

#include <defile.hpp>

Public Member Functions

 defile (const path &racine)
 
void enfile (const entree *e)
 
const pathget_path () const
 
const std::string & get_string () const
 

Detailed Description

the defile class keep trace of the real path of files while the flow in the filter routines

the filter routines manipulates flow of inode, where their relative order represent the directory structure. To be able to know what is the real path of the current inode, all previously passed inode must be known. this class is used to display the progression of the filtering routing, and the file on which the filtering routine operates

Definition at line 47 of file defile.hpp.


The documentation for this class was generated from the following file: