xc
|
An TaggedObjectIter is an iter for returning the Components of an object of class TaggedObjectStorage. More...
#include <TaggedObjectIter.h>
Public Member Functions | |
virtual void | reset (void)=0 |
virtual TaggedObject * | operator() (void)=0 |
An TaggedObjectIter is an iter for returning the Components of an object of class TaggedObjectStorage.
It must be written for each subclass of TaggedObjectStorage (this is done for efficiency reasons), hence the abstract base class.