15#ifndef D3PDMAKERINTERFACES_IITERATION_H
16#define D3PDMAKERINTERFACES_IITERATION_H
Abstract interface for iterating over a set of things.
virtual const void * nextUntyped()=0
Return a pointer to the next element in the iteration.
virtual void releaseElementUntyped(const void *p)
Release an object retrieved from the getter.
virtual const std::type_info & elementTypeinfo() const =0
Return the element type of the collection.
virtual ~IIteration()
This is a polymorphic class.
Block filler tool for noisy FEB information.