ATLAS Offline Software
Loading...
Searching...
No Matches
crc_combine.h File Reference
#include <string>
#include <boost/crc.hpp>
Include dependency graph for crc_combine.h:
This graph shows which files directly or indirectly include this file:

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.