13 inline void fun(
const std::string& value)
 
   45 int main(
int argc, 
char **argv)
 
   54     JParser<> zap(
"Example program to test CRC evaluation.");
 
   60   catch(
const exception &error) {
 
   61     FATAL(error.what() << endl);
 
   64   for (
string str : { 
"aap", 
"noot", 
"mies", 
"hello" }) {
 
   66     cout << 
"test \"" << str << 
"\" -> ";
 
void fun(const std::string &value)
User function.
 
int main(int argc, char **argv)
 
General purpose messaging.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
Utility class to parse command line options.
 
constexpr size_t crc(const char(&buffer)[N])
Get CRC value at compile time.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).