![]() |
ATLAS Offline Software
|
#include <string>#include <boost/crc.hpp>Go to the source code of this file.
Namespaces | |
| namespace | CxxUtils |
Functions | |
| uint32_t | CxxUtils::crc_combine (uint32_t seed, uint32_t v) |
| Combines a 32-bit seed with another 32-bit value using CRC32. | |
| uint32_t | CxxUtils::crc_combine (uint32_t seed, const std::string &v) |
| Combines a 32-bit seed with a string using using CRC32. | |