Jpp
18.5.2
the software that should make you happy
|
Auxiliary class for object iteration via multiple pipes, e.g. operator: More...
#include <JObjectIterator.hh>
Public Types | |
typedef JObjectIterator< T > ::pointer_type | pointer_type |
Public Member Functions | |
JMultiPipe (JObjectIterator< T > &input) | |
Constructor. More... | |
JMultiPipe (JObjectIterator< T > &input, const JValve< T > &valve) | |
Constructor. More... | |
JMultiPipe (JObjectIterator< T > &input, const JObjectSelector< T > &selector) | |
Constructor. More... | |
JMultiPipe (JObjectIterator< T > &input, const JRegulator ®ulator) | |
Constructor. More... | |
JMultiPipe (JObjectIterator< T > &input, const JValve< T > &valve, const JObjectSelector< T > &selector, const JRegulator ®ulator) | |
Constructor. More... | |
virtual bool | hasNext () override |
Check availability of next element. More... | |
virtual const pointer_type & | next () override |
Get next element. More... | |
virtual skip_type | skip (const skip_type ns) override |
Skip items. More... | |
Static Public Attributes | |
static JSinglePointer < JMultiPipe< T, N > > | pipe |
Declaration of common pipe. More... | |
Protected Attributes | |
JObjectIterator< T > & | in |
const JValve< T > & | valve |
const JObjectSelector< T > & | selector |
const JRegulator & | regulator |
Friends | |
void | operator| (JMultiPipe &left, JObjectOutput< T > &right) |
Pipe terminator. More... | |
JMultiPipe< T, N+1 > & | operator| (JMultiPipe &left, const JValve< T > &right) |
Recursive expansion of multi-pipe. More... | |
JMultiPipe< T, N+1 > & | operator| (JMultiPipe &left, const JObjectSelector< T > &right) |
Recursive expansion of multi-pipe. More... | |
JMultiPipe< T, N+1 > & | operator| (JMultiPipe &left, const JRegulator &right) |
Recursive expansion of multi-pipe. More... | |
template<class JBase_t > | |
JObjectMultiplexer< T, JBase_t > & | operator| (JMultiPipe &left, const JType< JBase_t > &right) |
Pipe operator for multiplexing. More... | |
Auxiliary class for object iteration via multiple pipes, e.g. operator:
.. | .. | ..
Definition at line 38 of file JObjectIterator.hh.
|
inherited |
|
inline |
Constructor.
input | object iterator |
Definition at line 213 of file JPipe.hh.
|
inline |
Constructor.
input | object iterator |
valve | valve |
Definition at line 224 of file JPipe.hh.
|
inline |
Constructor.
input | object iterator |
selector | object selector |
Definition at line 236 of file JPipe.hh.
|
inline |
Constructor.
input | object iterator |
regulator | regulator |
Definition at line 248 of file JPipe.hh.
|
inline |
|
inlineoverridevirtualinherited |
Check availability of next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 68 of file JPipe.hh.
|
inlineoverridevirtualinherited |
Get next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 103 of file JPipe.hh.
|
inlineoverridevirtualinherited |
Skip items.
ns | number of items to skip |
Reimplemented from JLANG::JObjectIterator< T >.
Definition at line 119 of file JPipe.hh.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
Pipe operator for multiplexing.
left | object iterator |
right | data type |
|
static |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |