CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ComparableHash Struct Reference
Collaboration diagram for ComparableHash:

Public Member Functions

 ComparableHash ()
 
 ComparableHash (const struct cvmcache_hash &h)
 
bool operator< (const ComparableHash &other) const
 
 ComparableHash ()
 
 ComparableHash (const struct cvmcache_hash &h)
 
bool operator== (const ComparableHash &other) const
 
bool operator!= (const ComparableHash &other) const
 
bool operator< (const ComparableHash &other) const
 
bool operator> (const ComparableHash &other) const
 

Public Attributes

struct cvmcache_hash hash
 

Detailed Description

Allows us to use a cvmcache_hash in (hash) maps.

Definition at line 50 of file cvmfs_cache_null.cc.

Constructor & Destructor Documentation

ComparableHash::ComparableHash ( )
inline

Definition at line 51 of file cvmfs_cache_null.cc.

ComparableHash::ComparableHash ( const struct cvmcache_hash h)
inlineexplicit

Definition at line 52 of file cvmfs_cache_null.cc.

ComparableHash::ComparableHash ( )
inline

Definition at line 113 of file cvmfs_cache_ram.cc.

ComparableHash::ComparableHash ( const struct cvmcache_hash h)
inlineexplicit

Definition at line 114 of file cvmfs_cache_ram.cc.

Member Function Documentation

bool ComparableHash::operator!= ( const ComparableHash other) const
inline

Definition at line 119 of file cvmfs_cache_ram.cc.

Here is the call graph for this function:

bool ComparableHash::operator< ( const ComparableHash other) const
inline

Definition at line 54 of file cvmfs_cache_null.cc.

Here is the call graph for this function:

bool ComparableHash::operator< ( const ComparableHash other) const
inline

Definition at line 123 of file cvmfs_cache_ram.cc.

Here is the call graph for this function:

bool ComparableHash::operator== ( const ComparableHash other) const
inline

Definition at line 115 of file cvmfs_cache_ram.cc.

Here is the call graph for this function:

bool ComparableHash::operator> ( const ComparableHash other) const
inline

Definition at line 127 of file cvmfs_cache_ram.cc.

Here is the call graph for this function:

Member Data Documentation


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