Changeset 9567 for code/branches/core6/src/libraries/core/CoreIncludes.h
- Timestamp:
- Mar 24, 2013, 7:18:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/CoreIncludes.h
r9564 r9567 165 165 /** 166 166 @brief Returns the Identifier with a given 'this' pointer. 167 @note This of course only works with OrxonoxClasses.167 @note This of course only works with Identifiables. 168 168 The only use is in conjunction with macros that don't know the class type. 169 @param object Pointer to an OrxonoxClass169 @param object Pointer to an Identifiable 170 170 */ 171 171 template <class T>
Note: See TracChangeset
for help on using the changeset viewer.