29 #ifndef SingleDomTIter_h 30 #define SingleDomTIter_h 31 #include <utility/tagged/storage/TaggedObjectIter.h> 32 #include <utility/tagged/storage/TaggedObjectStorage.h> 36 template <
class TIter>
46 virtual void reset(
void);
49 template <
class TIter>
51 :myIter(theStorage->getComponents())
54 template <
class TIter>
58 template <
class T,
class TIter>
59 T *getIterPtr(TIter &titer)
67 return dynamic_cast<T *
>(theComponent);
An TaggedObjectIter is an iter for returning the Components of an object of class TaggedObjectStorage...
Definition: TaggedObjectIter.h:73
TaggedObjectStorage. A TaggedObjectStorage object a container object used to hold objects of type Tag...
Definition: TaggedObjectStorage.h:76
Definition: SingleDomTIter.h:37
Object idenfied by an integer (tag).
Definition: TaggedObject.h:82
================================================================================
Definition: ContinuaReprComponent.h:34