Jpp  18.6.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
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

 JLANG
 Auxiliary classes and methods for language specific functionality.
 
 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. More...
 
size_t JLANG::crc (const std::string &buffer)
 Get CRC value at runpile time. More...