Jpp
|
General purpose class for parallel reading of objects from a single file or multiple files. More...
#include <JParallelFileScanner.hh>
Public Types | |
typedef JFileScanner_t< JNullType >::input_type | input_type |
typedef JMultiPointer< T > | multi_pointer_type |
Public Member Functions | |
JParallelFileScanner () | |
Default constructor. More... | |
JParallelFileScanner (const input_type &input, const JLimit &limit=JLimit()) | |
Constructor. More... | |
virtual const multi_pointer_type & | next () |
Get next element. More... | |
Private Attributes | |
multi_pointer_type | ps |
General purpose class for parallel reading of objects from a single file or multiple files.
Definition at line 31 of file JParallelFileScanner.hh.
typedef JFileScanner_t<JNullType>::input_type JSUPPORT::JParallelFileScanner< T, JFileScanner_t >::input_type |
Definition at line 36 of file JParallelFileScanner.hh.
typedef JMultiPointer<T> JSUPPORT::JParallelFileScanner< T, JFileScanner_t >::multi_pointer_type |
Definition at line 37 of file JParallelFileScanner.hh.
|
inline |
|
inline |
Constructor.
input | input |
limit | limit |
Definition at line 53 of file JParallelFileScanner.hh.
|
inlinevirtual |
Get next element.
Reimplemented in JSUPPORT::JParallelFileScanner< JTypeList< JHead_t, JTail_t >, JFileScanner_t >, and JSUPPORT::JTriggeredFileScanner< JTypelist_t >.
Definition at line 64 of file JParallelFileScanner.hh.
|
private |
Definition at line 72 of file JParallelFileScanner.hh.