| 
    Jpp
    
   | 
 
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 325 of file JObjectIterator.hh.
| typedef JObjectIterator<T>::pointer_type JLANG::JNullIterator< T >::pointer_type | 
Definition at line 329 of file JObjectIterator.hh.
      
  | 
  inlinevirtual | 
Check availability of next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 337 of file JObjectIterator.hh.
      
  | 
  inlinevirtual | 
Get next element.
Implements JLANG::JObjectIterator< T >.
Definition at line 348 of file JObjectIterator.hh.
      
  | 
  inlinevirtualinherited | 
Skip items.
| ns | number of items to skip | 
Reimplemented in JLANG::JPipe< T >, JLANG::JPipe< JTail_t >, JLANG::JPipe< JHead_t >, JLANG::JSTDObjectIterator< T >, JLANG::JAbstractObjectReader< T >, JLANG::JAbstractObjectReader< JNullType >, JLANG::JAbstractObjectReader< const T >, JLANG::JAbstractObjectReader< JTail_t >, JLANG::JAbstractObjectReader< JHead_t >, JLANG::JAbstractObjectReader< KM3NETDAQ::KM3NETDAQ::JDAQEvent >, JLANG::JAbstractObjectReader< JDAQSummaryslice >, and JLANG::JAbstractObjectReader< JTypeList< JDAQEvent, JTypelist_t > >.
Definition at line 88 of file JObjectIterator.hh.
      
  | 
  private | 
Definition at line 354 of file JObjectIterator.hh.
 1.8.5