IndexedIterable.h File Reference


Detailed Description

Base class for IIterable implementations that contain an array of items.

#include <storage/GenericIterable.h>
#include <support/Vector.h>

Go to the source code of this file.

Classes

class  BIndexedIterable
 Base class for IIterable implementations that contain an array of items. More...
class  BIndexedIterable::IndexedIterator
 Iterator over an BIndexedIterable's data set. More...