CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
catalog.h File Reference
#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"
Include dependency graph for catalog.h:
This graph shows which files directly or indirectly include this file:

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