CernVM-FS
2.12.0
|
Functions | |
void | InitializeHeader (const int version, const int num_objects, const size_t pack_size, std::string *header) |
void | AppendItemToHeader (ObjectPack::BucketContentType object_type, const std::string &hash_str, const size_t object_size, const std::string &object_name, std::string *header) |
void anonymous_namespace{pack.cc}::AppendItemToHeader | ( | ObjectPack::BucketContentType | object_type, |
const std::string & | hash_str, | ||
const size_t | object_size, | ||
const std::string & | object_name, | ||
std::string * | header | ||
) |
Definition at line 32 of file pack.cc.
Referenced by ObjectPackProducer::ObjectPackProducer().
void anonymous_namespace{pack.cc}::InitializeHeader | ( | const int | version, |
const int | num_objects, | ||
const size_t | pack_size, | ||
std::string * | header | ||
) |
Definition at line 22 of file pack.cc.
Referenced by ObjectPackProducer::ObjectPackProducer().