1 #ifndef DataFormats_Provenance_Hash_h
2 #define DataFormats_Provenance_Hash_h
28 namespace hash_detail {
61 bool operator<(Hash<I>
const& other)
const;
65 std::ostream&
print(std::ostream& os)
const;
158 return this->compareUsing(other, std::less<std::string>());
165 return this->compareUsing(other, std::greater<std::string>());
172 return this->compareUsing(other, std::equal_to<std::string>());
179 return this->compareUsing(other, std::not_equal_to<std::string>());
207 hash_.swap(other.
hash_);
245 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
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
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
void throwIfIllFormed(value_type const &hash)