CernVM-FS
2.12.0
|
#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"
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... | |