![]() |
![]() |
#include <Hash.h>
Public Types | |
typedef hash_detail::value_type | value_type |
Public Member Functions | |
value_type | compactForm () const |
Hash () | |
Hash (value_type const &v) | |
Hash (Hash< I > const &) | |
bool | isCompactForm () const |
bool | isValid () const |
bool | operator!= (Hash< I > const &other) const |
bool | operator< (Hash< I > const &other) const |
Hash< I > & | operator= (Hash< I > const &iRHS) |
bool | operator== (Hash< I > const &other) const |
bool | operator> (Hash< I > const &other) const |
std::ostream & | print (std::ostream &os) const |
void | reset () |
size_t | smallHash () const |
returns a short hash which can be used with hashing containers More... | |
void | swap (Hash< I > &other) |
void | toDigest (cms::Digest &digest) const |
void | toString (std::string &result) const |
Static Public Member Functions | |
static short | Class_Version () |
Private Member Functions | |
template<typename Op > | |
bool | compareUsing (Hash< I > const &iOther, Op op) const |
void | throwIfIllFormed () const |
Private Attributes | |
value_type | hash_ |
typedef hash_detail::value_type edm::Hash< I >::value_type |
|
explicit |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
Definition at line 150 of file Hash.h.
Referenced by edm::ProcessConfiguration::id(), edm::ProcessHistory::id(), edm::ProcessConfiguration::isParameterSetValid(), core.AutoHandle.AutoHandle::ReallyLoad(), edm::ProcessConfiguration::setProcessConfigurationID(), edm::ProcessHistory::setProcessHistoryID(), edm::ParameterSetEntry::toDigest(), and edm::ParameterSetEntry::toString().
|
inline |
|
inline |
Definition at line 143 of file Hash.h.
Referenced by edm::ProcessConfiguration::Transients::reset(), and edm::ProcessHistory::Transients::reset().
|
inline |
returns a short hash which can be used with hashing containers
Definition at line 220 of file Hash.h.
Referenced by edm::dqh::parentage_hash::operator()(), edm::ParentageRegistry::key_hash::operator()(), and edm::pset::Registry::key_hash::operator()().
Definition at line 206 of file Hash.h.
Referenced by edm::ParameterSetEntry::ParameterSetEntry(), edm::ProcessHistory::swap(), and edm::TriggerResults::swap().
|
private |
Hexified version of data must contain a multiple of 2 bytes. If it does not, throw an exception.
|
inline |
Definition at line 199 of file Hash.h.
Referenced by edm::ParameterSetEntry::toDigest().
|
inline |
Definition at line 192 of file Hash.h.
Referenced by edm::ParameterSetEntry::toString().
|
private |