Jpp
master_rocky-40-g5f0272dcd
the software that should make you happy
|
Auxiliary class for object iteration via multiple pipes, e.g. operator: More...
#include <JPipe.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 |
Private Attributes | |
pointer_type | ps |
pointer_type | p |
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:
.. | .. | ..
|
inherited |
|
inline |
Constructor.
input | object iterator |
Definition at line 213 of file JPipe.hh.
|
inline |
|
inline |
|
inline |
|
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 |
Recursive expansion of multi-pipe.
left | multi-pipe |
right | object valve |
Definition at line 289 of file JPipe.hh.
|
friend |
|
friend |
|
friend |
Pipe operator for multiplexing.
left | object iterator |
right | data type |
Definition at line 335 of file JPipe.hh.
|
static |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
privateinherited |
|
privateinherited |