53 #ifndef MapOfTaggedObjectsIter_h    54 #define MapOfTaggedObjectsIter_h    65 #include <utility/tagged/storage/TaggedObjectIter.h>    71 class MapOfTaggedObjects;
    81     map<int, TaggedObject *> &theMap;
    82     map<int, TaggedObject *>::iterator currentComponent;
    86     virtual void reset(
void);
 An TaggedObjectIter is an iter for returning the Components of an object of class TaggedObjectStorage...
Definition: TaggedObjectIter.h:74
MapOfTaggedObjectsIter is an iter for returning the TaggedObjects of a storage objects of type MapOfT...
Definition: MapOfTaggedObjectsIter.h:78
The class is responsible for holding and providing access to objects of type TaggedObject. 
Definition: MapOfTaggedObjects.h:86
Object idenfied by an integer (tag). 
Definition: TaggedObject.h:92
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35