Jpp  15.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
JSingleFileScanner.hh File Reference

Scanning of objects from a single file according a format that follows from the extension of each file name. More...

#include <string>
#include <limits>
#include "JLang/JObjectIterator.hh"
#include "JLang/JTypeList.hh"
#include "JLang/JNullType.hh"
#include "JLang/JMultiEquals.hh"
#include "JLang/JException.hh"
#include "JSupport/JLimit.hh"
#include "JSupport/JFileScanner.hh"

Go to the source code of this file.

Classes

struct  JSUPPORT::JSingleFileScanner_t
 Auxiliary base class for file name. More...
 
class  JSUPPORT::JSingleFileScanner< T >
 Object reading from a list of files. More...
 
class  JSUPPORT::JSingleFileScanner< JNullType >
 Template specialisation of JSingleFileScanner for undefined type. More...
 
class  JSUPPORT::JSingleFileScanner< T >
 Object reading from a list of files. More...
 
class  JSUPPORT::JSingleFileScanner< JTypeList< JHead_t, JTail_t > >
 Template specialisation of JSingleFileScanner for single data types. More...
 
class  JSUPPORT::JSingleFileScanner< JTypeList< JHead_t, JNullType > >
 Terminator class of recursive JSingleFileScanner 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).
 

Detailed Description

Scanning of objects from a single file according a format that follows from the extension of each file name.

Author
mdejong

Definition in file JSingleFileScanner.hh.