CernVM-FS  2.13.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CatalogItem Class Reference

#include <catalog_downloader.h>

Inheritance diagram for CatalogItem:
Collaboration diagram for CatalogItem:

Public Member Functions

 CatalogItem (const shash::Any &hash)
 
bool IsQuitBeacon ()
 
shash::AnyGetHash ()
 

Static Public Member Functions

static CatalogItemCreateQuitBeacon ()
 

Private Attributes

shash::Any hash_
 

Additional Inherited Members

- Private Member Functions inherited from SingleCopy
 SingleCopy ()
 

Detailed Description

Definition at line 19 of file catalog_downloader.h.

Constructor & Destructor Documentation

CatalogItem::CatalogItem ( const shash::Any hash)
explicit

Definition at line 5 of file catalog_downloader.cc.

Referenced by CreateQuitBeacon().

Here is the caller graph for this function:

Member Function Documentation

static CatalogItem* CatalogItem::CreateQuitBeacon ( )
inlinestatic

Definition at line 22 of file catalog_downloader.h.

Here is the call graph for this function:

shash::Any* CatalogItem::GetHash ( )
inline

Definition at line 29 of file catalog_downloader.h.

Referenced by TaskCatalogDownload::Process().

Here is the caller graph for this function:

bool CatalogItem::IsQuitBeacon ( )
inline

Definition at line 26 of file catalog_downloader.h.

Here is the call graph for this function:

Member Data Documentation

shash::Any CatalogItem::hash_
private

Definition at line 34 of file catalog_downloader.h.

Referenced by GetHash(), and IsQuitBeacon().


The documentation for this class was generated from the following files: