Changeset 9724 in orxonox.OLD for branches/new_class_id/src/lib/lang/base_object.h
- 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.h
r9718 r9724 26 26 class BaseObject : public sigslot::has_slots<> 27 27 { 28 //! Declare an ObjectList for this Class. 28 29 ObjectListDeclaration(BaseObject); 29 30 public: … … 48 49 inline const std::string& getClassName() const { return _classes.front()._objectList->name(); }; 49 50 51 /** @returns the ClassID of this Object */ 50 52 inline const ClassID& getClassID() const { return _classes.front()._objectList->identity(); } 51 53 /** @returns the ID of the Topmost object of the ClassStack */
Note: See TracChangeset
for help on using the changeset viewer.