CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pack.h File Reference
#include <inttypes.h>
#include <pthread.h>
#include <cstdio>
#include <set>
#include <string>
#include <vector>
#include "crypto/hash.h"
#include "gtest/gtest_prod.h"
#include "util/concurrency.h"
#include "util/single_copy.h"
Include dependency graph for pack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ObjectPack
 
struct  ObjectPack::Bucket
 
struct  ObjectPackBuild::Event
 
class  ObjectPackProducer
 
class  ObjectPackConsumer
 
struct  ObjectPackConsumer::IndexEntry
 

Namespaces

 ObjectPackBuild
 

Enumerations

enum  ObjectPackBuild::State {
  ObjectPackBuild::kStateContinue = 0, ObjectPackBuild::kStateDone, ObjectPackBuild::kStateCorrupt, ObjectPackBuild::kStateBadFormat,
  ObjectPackBuild::kStateHeaderTooBig, ObjectPackBuild::kStateTrailingBytes
}