| 
    Jpp
    master_rocky-40-g5f0272dcd
    
   the software that should make you happy 
   | 
 
Implementation for null iteration. More...
#include <JObjectIterator.hh>
  
Public Types | |
| typedef JObjectIterator< T >::pointer_type | pointer_type | 
Public Member Functions | |
| 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... | |
Private Attributes | |
| pointer_type | ps | 
Implementation for null iteration.
Definition at line 327 of file JObjectIterator.hh.
| typedef JObjectIterator<T>::pointer_type JLANG::JNullIterator< T >::pointer_type | 
Definition at line 331 of file JObjectIterator.hh.
      
  | 
  inlinevirtual | 
Check availability of next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 339 of file JObjectIterator.hh.
      
  | 
  inlinevirtual | 
Get next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 350 of file JObjectIterator.hh.
      
  | 
  inlinevirtualinherited | 
Skip items.
| ns | number of items to skip | 
Reimplemented in JLANG::JSTDObjectIterator< T >, JLANG::JPipe< T >, JLANG::JPipe< JTail_t >, JLANG::JPipe< JHead_t >, and JLANG::JAbstractObjectReader< T >.
Definition at line 90 of file JObjectIterator.hh.
      
  | 
  private | 
Definition at line 356 of file JObjectIterator.hh.