5#ifndef COLLECTIONSVC_COLLECTIONITERATOR_H
6#define COLLECTIONSVC_COLLECTIONITERATOR_H
15namespace coral {
class AttributeList; }
56 virtual bool seek(std::size_t position);
61 virtual std::size_t
size();
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
This class provides a token that identifies in a unique way objects on the persistent storage.
A class that acts as a buffer to be filled with the event reference and associated metadata values of...
An interface used to navigate the result of a query on a collection.
An interface used to define the properties of a collection to be constructed and to retrieve these pr...
IContainer is the base class for container objects.
ITokenIterator is the interface class for iterators of tokens.
virtual Token * token() const
Returns the token of the current position.
virtual const CollectionRowBuffer & currentRow() const
Returns the selected Tokens and Attributes for the current row of the query result set.
CollectionRowBuffer m_rowBuffer
virtual ~ImplicitCollectionIterator()
Destructor.
virtual const Token & eventRef() const
Returns the event reference Token for the current row.
ImplicitCollectionIterator(IContainer &container, const pool::ICollectionDescription &description)
Constructor.
virtual bool next()
Retrieves the next token in the collection.
virtual bool seek(std::size_t position)
Seek to a given position in the collection.
virtual std::size_t size()
Return the size of the collection.
ITokenIterator * m_tokenIterator
virtual void close()
Cleanup.
std::string description
glabal timer - how long have I taken so far?