24int main(
int argc,
char **argv)
29 string file_name =
"test_file.txt";
34 JParser<> zap(
"Example program to test file streaming.");
41 catch(
const exception &error) {
68 int fd = open(file_name.c_str(),
O_RDWR);
74 for (
string buffer; getline(is,buffer); ) {
81 if (
debug >= debug_t) {
int main(int argc, char **argv)
General purpose messaging.
#define ASSERT(A,...)
Assert macro.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).