ATLAS Offline Software
|
Abstract interface for seeking inside a collection. More...
#include <IPositionSeek.h>
Public Member Functions | |
virtual | ~IPositionSeek () |
Destructor. More... | |
virtual bool | seek (long long int position)=0 |
Seek to a given position in the collection. More... | |
Abstract interface for seeking inside a collection.
Definition at line 25 of file IPositionSeek.h.
|
inlinevirtual |
|
pure virtual |
Seek to a given position in the collection.
position | The position to which to seek. |
Implemented in pool::RootCollection::RNTCollectionCursor, pool::RootCollection::RootCollectionCursor, pool::ImplicitCollectionIterator, and pool::PersistencySvc::TokenIterator.