Disk ARchive  2.4.2
Public Member Functions | Public Attributes
libdar::etage Struct Reference

the etage structure keep trace of directory contents More...

#include <etage.hpp>

List of all members.

Public Member Functions

 etage (user_interaction &ui, const char *dirname, const infinint &x_last_acc, const infinint &x_last_mod, bool cache_directory_tagging, bool furtive_read_mode)
bool read (std::string &ref)

Public Attributes

std::list< std::stringfichier
infinint last_mod
infinint last_acc

Detailed Description

the etage structure keep trace of directory contents

it relies on the [fd]opendir() system call family than cannot be used recursively. Thus each etage structure contains the contents of a directory, and can then be stored beside other etage structures corresponding to subdirectories


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines