Changeset 9566 for code/branches/core6/src/libraries/core/class
- Timestamp:
- Mar 24, 2013, 6:37:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/class/Identifier.h
r9564 r9566 395 395 object->metaList_->add(this->objects_, this->objects_->add(new ObjectListElement<T>(object))); 396 396 397 // Add pointer of type T to the map in the OrxonoxClassinstance that enables "dynamic_casts"397 // Add pointer of type T to the map in the Identifiable instance that enables "dynamic_casts" 398 398 object->objectPointers_.push_back(std::make_pair(this->getClassID(), static_cast<void*>(object))); 399 399 return false; … … 424 424 /** 425 425 @brief 426 Casts on object of type OrxonoxClassto any derived type that is426 Casts on object of type Identifiable to any derived type that is 427 427 registered in the class hierarchy. 428 428 @return
Note: See TracChangeset
for help on using the changeset viewer.