CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fs_traversal.h File Reference
#include <errno.h>
#include <cassert>
#include <cstdlib>
#include <set>
#include <string>
#include "util/async.h"
#include "util/exception.h"
#include "util/logging.h"
#include "util/platform.h"
Include dependency graph for fs_traversal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FileSystemTraversal< T >
 A simple recursion engine to abstract the recursion of directories. It provides several callback hooks to instrument and control the recursion. Hooks will be called on the provided delegate object of type T. More...