#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 |
Definition at line 127 of file Hash.h.
References edm::hash_detail::fixup_(), and edm::Hash< I >::hash_.
|
inlinestatic |
|
inline |
Definition at line 213 of file Hash.h.
References edm::hash_detail::compactForm_().
Referenced by edm::StreamerOutputModuleBase::serializeRegistry().
|
inlineprivate |
|
inline |
|
inline |
Definition at line 150 of file Hash.h.
References edm::hash_detail::isValid_().
Referenced by edm::Principal::fillPrincipal(), HLTConfigProvider::getDataFrom(), edm::pset::getProcessParameterSetID(), HLTConfigData::HLTConfigData(), edm::ProcessConfiguration::id(), edm::ProcessHistory::id(), edm::ProcessConfiguration::isParameterSetValid(), edm::ParameterSet::isRegistered(), edm::ProcessConfiguration::setProcessConfigurationID(), edm::ProcessHistory::setProcessHistoryID(), edm::BranchDescription::throwIfInvalid_(), edm::ParameterSetEntry::toDigest(), and edm::ParameterSetEntry::toString().
Definition at line 134 of file Hash.h.
References edm::hash_detail::fixup_(), and edm::Hash< I >::hash_.
|
inline |
Definition at line 185 of file Hash.h.
References edm::hash_detail::print_().
|
inline |
Definition at line 143 of file Hash.h.
References edm::detail::InvalidHash().
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.
References edm::hash_detail::smallHash_().
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.
References edm::Hash< I >::hash_.
Referenced by edm::ParameterSetEntry::ParameterSetEntry(), edm::IndexIntoFile::reduceProcessHistoryIDs(), L1GlobalTriggerObjectMaps::swap(), edm::ProcessHistory::swap(), edm::ParameterSet::swap(), edm::TriggerResults::swap(), and edm::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.
References edm::hash_detail::toDigest_().
Referenced by edm::ParameterSetEntry::toDigest().
|
inline |
Definition at line 192 of file Hash.h.
References edm::hash_detail::toString_().
Referenced by edm::ParameterSetConverter::convertParameterSets(), and edm::ParameterSetEntry::toString().
|
private |
Definition at line 105 of file Hash.h.
Referenced by edm::Hash< EntryDescriptionType >::compareUsing(), edm::Hash< I >::Hash(), edm::Hash< I >::operator=(), and edm::Hash< I >::swap().