#include <Hash.h>
Public Types | |
typedef hash_detail::value_type | value_type |
Public Member Functions | |
value_type | compactForm () const |
Hash () | |
Hash (Hash< I > &&)=default | |
Hash (Hash< I > const &) | |
Hash (value_type const &v) | |
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 > &&)=default |
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 |
Definition at line 186 of file Hash.h.
Referenced by edm::StreamerOutputModuleCommon::serializeRegistry().
|
inlineprivate |
|
inline |
|
inline |
Definition at line 141 of file Hash.h.
Referenced by ntupleDataFormat._Object::_checkIsValid(), edm::EventSelector::acceptEvent(), edm::service::CondorStatusService::beginPre(), evf::EvFOutputModule::beginRun(), HLTConfigProvider::getDataFrom(), HLTConfigData::HLTConfigData(), edm::ProcessConfiguration::id(), edm::ProcessHistory::id(), edm::ProcessConfiguration::isParameterSetValid(), edm::ParameterSet::isRegistered(), edm::service::PrescaleService::preBeginJob(), core.AutoHandle.AutoHandle::ReallyLoad(), edm::ProcessConfiguration::setProcessConfigurationID(), edm::ProcessHistory::setProcessHistoryID(), edm::BranchDescription::throwIfInvalid_(), edm::ParameterSetEntry::toDigest(), and edm::ParameterSetEntry::toString().
|
inline |
|
inline |
Definition at line 136 of file Hash.h.
Referenced by edm::EventSelector::acceptEvent(), edm::ProcessConfiguration::Transients::reset(), and edm::ProcessHistory::Transients::reset().
|
inline |
returns a short hash which can be used with hashing containers
Definition at line 191 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 181 of file Hash.h.
Referenced by edm::ParameterSetEntry::ParameterSetEntry(), L1GlobalTriggerObjectMaps::swap(), edm::ProcessHistory::swap(), edm::ParameterSet::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 176 of file Hash.h.
Referenced by edm::ParameterSetEntry::toDigest().
|
inline |
Definition at line 171 of file Hash.h.
Referenced by edm::ParameterSetConverter::convertParameterSets(), and edm::ParameterSetEntry::toString().
|
private |
Definition at line 107 of file Hash.h.
Referenced by edm::Hash< EntryDescriptionType >::compareUsing(), and edm::Hash< EntryDescriptionType >::operator=().