| 
    Jpp
    
   | 
 
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 () | 
| Check availability of next element.  More... | |
| virtual const pointer_type & | next () | 
| Get next element.  More... | |
| virtual skip_type | skip (const skip_type ns) | 
| 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.  More... | |
Auxiliary class for object iteration via multiple pipes (e.g. operator | ..\ |).
Definition at line 36 of file JObjectIterator.hh.
      
  | 
  inherited | 
      
  | 
  inline | 
Constructor.
| input | object iterator | 
Definition at line 205 of file JPipe.hh.
      
  | 
  inline | 
Constructor.
| input | object iterator | 
| valve | valve | 
      
  | 
  inline | 
Constructor.
| input | object iterator | 
| selector | object selector | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlinevirtualinherited | 
Check availability of next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 65 of file JPipe.hh.
      
  | 
  inlinevirtualinherited | 
      
  | 
  inlinevirtualinherited | 
Skip items.
| ns | number of items to skip | 
Reimplemented from JLANG::JObjectIterator< T >.
      
  | 
  friend | 
      
  | 
  friend | 
      
  | 
  friend | 
      
  | 
  friend | 
      
  | 
  friend | 
      
  | 
  static | 
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited | 
      
  | 
  privateinherited | 
      
  | 
  privateinherited | 
 1.8.16