Changeset 452 for code/branches/objecthierarchy/src/orxonox/core
- Timestamp:
- Dec 10, 2007, 3:21:33 PM (17 years ago)
- Location:
- code/branches/objecthierarchy/src/orxonox/core
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/core/ClassFactory.h
r447 r452 1 1 /*! 2 2 @file ClassFactory.h 3 @brief Definition of the ClassFactory class3 @brief Definition and implementation of the ClassFactory class 4 4 5 5 The ClassFactory is able to create new objects of a specific class. -
code/branches/objecthierarchy/src/orxonox/core/Identifier.h
r447 r452 1 1 /*! 2 2 @file Identifier.h 3 @brief Definition of the Identifier, ClassIdentifier and SubclassIdentifier classes .3 @brief Definition of the Identifier, ClassIdentifier and SubclassIdentifier classes, implementation of the ClassIdentifier and SubclassIdentifier classes. 4 4 5 5 The Identifier contains all needed informations about the class it belongs to: -
code/branches/objecthierarchy/src/orxonox/core/Iterator.h
r447 r452 1 1 /*! 2 2 @file Iterator.h 3 @brief Definition of the Iterator class.3 @brief Definition and implementation of the Iterator class. 4 4 5 5 The Iterator of a given class allows to iterate through an ObjectList, containing all objects of that type. -
code/branches/objecthierarchy/src/orxonox/core/ObjectList.h
r447 r452 1 1 /*! 2 2 @file ObjectList.h 3 @brief Definition of the ObjectList class.3 @brief Definition and implementation of the ObjectList class. 4 4 5 5 The ObjectList is a double-linked list, used by Identifiers to store all objects of a given class.
Note: See TracChangeset
for help on using the changeset viewer.