Changeset 9724 in orxonox.OLD for branches/new_class_id/src/lib/lang/base_object.cc
- Timestamp:
- Sep 8, 2006, 12:20:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/lang/base_object.cc
r9718 r9724 25 25 /** 26 26 * @brief sets the name from a LoadXML-Element 27 * @param root the element to load from27 * @param objectName: The name of the Object. 28 28 */ 29 29 BaseObject::BaseObject(const std::string& objectName) … … 100 100 /** 101 101 * @brief Seeks in the Inheritance if it matches objectList. 102 * @param objectList The ObjectListthis should be a member of (by Pointer-comparison).102 * @param classID The ClassID this should be a member of (by Pointer-comparison). 103 103 * @return True if found, false if not. 104 104 */ … … 141 141 142 142 143 /** 144 * @brief This is for debug purposes, to see the Inheritances of this Object and its classes. 145 * 146 * The Inheritance will be listed in a Linear fashion, diamand structures are resolved in a linear dependency. 147 */ 143 148 void BaseObject::listInheritance() const 144 149 {
Note: See TracChangeset
for help on using the changeset viewer.