| 
    Jpp
    18.2.1-ARCA-DF-PATCH
    
   the software that should make you happy 
   | 
 
#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... | |
 1.8.5