Jpp
18.2.1
the software that should make you happy
|
Parallel scanning of objects from a single file or multiple files according a format that follows from the file name extension. More...
#include "JLang/JTypeList.hh"
#include "JLang/JNullType.hh"
#include "JLang/JMultiPointer.hh"
#include "JLang/JException.hh"
#include "JSupport/JSingleFileScanner.hh"
#include "JSupport/JMultipleFileScanner.hh"
Go to the source code of this file.
Classes | |
class | JSUPPORT::JParallelFileScanner< T, JFileScanner_t > |
General purpose class for parallel reading of objects from a single file or multiple files. More... | |
class | JSUPPORT::JParallelFileScanner< JTypeList< JHead_t, JTail_t >, JFileScanner_t > |
Template specialisation of JParallelFileScanner for multiple data types. More... | |
class | JSUPPORT::JParallelFileScanner< JTypeList< JHead_t, JNullType >, JFileScanner_t > |
Terminator class of recursive JParallelFileScanner class. More... | |
Namespaces | |
JSUPPORT | |
Support classes and methods for experiment specific I/O. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Parallel scanning of objects from a single file or multiple files according a format that follows from the file name extension.
Definition in file JParallelFileScanner.hh.