CernVM-FS
2.12.0
|
#include <pthread.h>
#include <stdint.h>
#include <cassert>
#include <map>
#include <string>
#include <vector>
#include "catalog_counters.h"
#include "catalog_sql.h"
#include "crypto/hash.h"
#include "directory_entry.h"
#include "file_chunk.h"
#include "gtest/gtest_prod.h"
#include "shortstring.h"
#include "sql.h"
#include "uid_map.h"
#include "xattr.h"
Go to the source code of this file.
Classes | |
class | catalog::AbstractCatalogManager< CatalogT > |
struct | catalog::InodeRange |
class | catalog::InodeAnnotation |
class | catalog::Catalog |
struct | catalog::Catalog::NestedCatalog |
Namespaces | |
swissknife | |
catalog | |
Typedefs | |
typedef std::vector< Catalog * > | catalog::CatalogList |
typedef IntegerMap< uint64_t > | catalog::OwnerMap |