Jpp
17.1.0
the software that should make you happy
|
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) | |
Constructor. More... | |
JParallelFileScanner (const input_type &input, const JLimit &limit) | |
Constructor. More... | |
virtual const multi_pointer_type & | next () override |
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 33 of file JParallelFileScanner.hh.
typedef JFileScanner_t<JNullType>::input_type JSUPPORT::JParallelFileScanner< T, JFileScanner_t >::input_type |
Definition at line 38 of file JParallelFileScanner.hh.
typedef JMultiPointer<T> JSUPPORT::JParallelFileScanner< T, JFileScanner_t >::multi_pointer_type |
Definition at line 39 of file JParallelFileScanner.hh.
|
inline |
|
inline |
Constructor.
input | input |
Definition at line 54 of file JParallelFileScanner.hh.
|
inline |
Constructor.
input | input |
limit | limit |
Definition at line 66 of file JParallelFileScanner.hh.
|
inlineoverridevirtual |
Get next element.
Reimplemented in JSUPPORT::JParallelFileScanner< JTypeList< JHead_t, JTail_t >, JFileScanner_t >, and JSUPPORT::JTriggeredFileScanner< JTypelist_t, JFileScanner_t >.
Definition at line 77 of file JParallelFileScanner.hh.
|
private |
Definition at line 85 of file JParallelFileScanner.hh.