#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 () |
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 123 of file Hash.h.
References edm::hash_detail::fixup_(), and edm::Hash< I >::hash_.
|
inlinestatic |
|
inline |
Definition at line 209 of file Hash.h.
References edm::hash_detail::compactForm_().
Referenced by edm::StreamerOutputModuleBase::serializeRegistry().
|
inlineprivate |
|
inline |
|
inline |
Definition at line 146 of file Hash.h.
References edm::hash_detail::isValid_().
Referenced by edm::HistoryAppender::appendToProcessHistory(), edm::Principal::fillPrincipal(), HLTConfigProvider::getDataFrom(), edm::pset::getProcessParameterSetID(), HLTConfigData::HLTConfigData(), edm::ProcessConfiguration::isParameterSetValid(), edm::ParameterSet::isRegistered(), edm::BranchDescription::throwIfInvalid_(), edm::ParameterSetEntry::toDigest(), and edm::ParameterSetEntry::toString().
Definition at line 130 of file Hash.h.
References edm::hash_detail::fixup_(), and edm::Hash< I >::hash_.
|
inline |
Definition at line 181 of file Hash.h.
References edm::hash_detail::print_().
|
inline |
Definition at line 139 of file Hash.h.
References edm::detail::InvalidHash().
Referenced by BeautifulSoup.BeautifulStoneSoup::__init__(), edm::ProcessConfiguration::Transients::reset(), edm::Parentage::Transients::reset(), and edm::ProcessHistory::Transients::reset().
Definition at line 202 of file Hash.h.
References edm::Hash< I >::hash_.
Referenced by edm::ProcessConfiguration::id(), edm::Parentage::id(), edm::ProcessHistory::id(), edm::ParameterSetEntry::ParameterSetEntry(), L1GlobalTriggerObjectMaps::swap(), edm::Parentage::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 195 of file Hash.h.
References edm::hash_detail::toDigest_().
Referenced by edm::ParameterSetEntry::toDigest().
|
inline |
Definition at line 188 of file Hash.h.
References edm::hash_detail::toString_().
Referenced by edm::ParameterSetConverter::convertParameterSets(), and edm::ParameterSetEntry::toString().
|
private |
Definition at line 101 of file Hash.h.
Referenced by edm::Hash< EntryDescriptionType >::compareUsing(), edm::Hash< I >::Hash(), edm::Hash< I >::operator=(), and edm::Hash< I >::swap().