#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 > const & | 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 | toString (std::string &result) const |
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 113 of file Hash.h.
References edm::hash_detail::fixup_(), and edm::Hash< I >::hash_.
|
inline |
Definition at line 192 of file Hash.h.
References edm::hash_detail::compactForm_().
Referenced by edm::StreamerOutputModuleBase::serializeRegistry().
|
inlineprivate |
Definition at line 76 of file Hash.h.
|
inline |
|
inline |
Definition at line 136 of file Hash.h.
References edm::hash_detail::isValid_().
Referenced by edm::Principal::fillPrincipal(), HLTConfigProvider::getDataFrom(), edm::pset::getProcessParameterSetID(), HLTConfigData::HLTConfigData(), edm::ProcessConfiguration::isParameterSetValid(), edm::ParameterSet::isRegistered(), edm::BranchDescription::throwIfInvalid_(), and edm::ParameterSetEntry::toString().
Definition at line 120 of file Hash.h.
References edm::hash_detail::fixup_(), and edm::Hash< I >::hash_.
|
inline |
Definition at line 171 of file Hash.h.
References edm::hash_detail::print_().
|
inline |
Definition at line 185 of file Hash.h.
References edm::Hash< I >::hash_.
Referenced by edm::ProcessConfiguration::id(), edm::Parentage::id(), edm::ProcessHistory::id(), edm::ParameterSetEntry::ParameterSetEntry(), edm::ProcessHistory::swap(), edm::Parentage::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 178 of file Hash.h.
References edm::hash_detail::toString_().
Referenced by edm::ParameterSetConverter::convertParameterSets(), and edm::ParameterSetEntry::toString().
|
private |
Definition at line 91 of file Hash.h.
Referenced by edm::Hash< EntryDescriptionType >::compareUsing(), edm::Hash< I >::Hash(), edm::Hash< I >::operator=(), and edm::Hash< I >::swap().