1 #ifndef DataFormats_Provenance_Hash_h
2 #define DataFormats_Provenance_Hash_h
29 namespace hash_detail {
65 bool operator<(Hash<I>
const& other)
const;
69 std::ostream&
print(std::ostream& os)
const;
91 template <
typename Op>
95 if (meCF == otherCF) {
147 return this->compareUsing(other, std::less<std::string>());
152 return this->compareUsing(other, std::greater<std::string>());
157 return this->compareUsing(other, std::equal_to<std::string>());
162 return this->compareUsing(other, std::not_equal_to<std::string>());
182 hash_.swap(other.
hash_);
210 inline std::ostream& operator<<(std::ostream& os, Hash<I>
const&
h) {
bool operator==(Hash< I > const &other) const
void toDigest_(cms::Digest &digest, value_type const &hash)
bool isCompactForm_(value_type const &hash)
bool isValid_(value_type const &hash)
value_type compactForm() const
void fixup_(value_type &hash)
std::ostream & print_(std::ostream &os, value_type const &hash)
static short Class_Version()
bool compareUsing(Hash< I > const &iOther, Op op) const
void toString_(std::string &result, value_type const &hash)
bool isCompactForm() const
void swap(Hash< I > &other)
std::ostream & print(std::ostream &os) const
void swap(Association< C > &lhs, Association< C > &rhs)
bool operator<(Hash< I > const &other) const
size_t smallHash_(value_type const &hash)
std::string const & InvalidHash()
Hash< I > & operator=(Hash< I > const &iRHS)
value_type compactForm_(value_type const &hash)
bool operator!=(Hash< I > const &other) const
bool operator>(Hash< I > const &other) const
void throwIfIllFormed() const
size_t smallHash() const
returns a short hash which can be used with hashing containers
void toDigest(cms::Digest &digest) const
void toString(std::string &result) const
hash_detail::value_type value_type
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
void throwIfIllFormed(value_type const &hash)