ATLAS Offline Software
|
#include <PersistencySvc/ITokenIterator.h>
Public Member Functions | |
virtual | ~ITokenIterator () |
Empty destructor. More... | |
virtual Token * | next ()=0 |
Returns the pointer to next token. More... | |
ITokenIterator is the interface class for iterators of tokens
Definition at line 20 of file ITokenIterator.h.
|
inlinevirtual |
|
pure virtual |
Returns the pointer to next token.
Token ownership is passed to the user. if no other token is available in the iteration sequence, 0 is returned.
Implemented in pool::PersistencySvc::TokenIterator.