Jpp
18.5.2
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::JPipe< T >, JLANG::JPipe< JTail_t >, JLANG::JPipe< JHead_t >, JLANG::JSTDObjectIterator< T >, JLANG::JAbstractObjectReader< T >, JLANG::JAbstractObjectReader< const event_type >, JLANG::JAbstractObjectReader< JNullType >, JLANG::JAbstractObjectReader< const T >, JLANG::JAbstractObjectReader< JTail_t >, JLANG::JAbstractObjectReader< JHead_t >, JLANG::JAbstractObjectReader< KM3NETDAQ::KM3NETDAQ::JDAQEvent >, and JLANG::JAbstractObjectReader< JDAQSummaryslice >.
Definition at line 90 of file JObjectIterator.hh.
|
private |
Definition at line 356 of file JObjectIterator.hh.