Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
JCRC.hh File Reference
#include <cstddef>
#include <string>

Go to the source code of this file.

Classes

struct  JLANG::JCRC_t< size, index, T >
 Helper template data structure to evaluate CRC. More...
 
struct  JLANG::JCRC_t< size, size, T >
 Termination class for recursive JCRC_t class. More...
 

Namespaces

namespace  JLANG
 Auxiliary classes and methods for language specific functionality.
 
namespace  JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<std::size_t N>
constexpr size_t JLANG::crc (const char(&buffer)[N])
 Get CRC value at compile time.
 
size_t JLANG::crc (const std::string &buffer)
 Get CRC value at runpile time.