Changeset 7297 for code/branches/doc/src/libraries/core/ObjectListBase.cc
- Timestamp:
- Aug 31, 2010, 8:37:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/core/ObjectListBase.cc
r5738 r7297 70 70 /** 71 71 @brief Increases all Iterators that currently point on the given element (because it gets removed). 72 @param element The element that gets removed72 @param object The object that gets removed 73 73 */ 74 74 void ObjectListBase::notifyIterators(OrxonoxClass* object) const … … 82 82 /** 83 83 @brief Adds a new object to the end of the list. 84 @param object The object to add84 @param element The element to add 85 85 @return The pointer to the new ObjectListBaseElement, needed by the MetaObjectList of the added object 86 86 */
Note: See TracChangeset
for help on using the changeset viewer.