Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 25, 2006, 9:44:53 PM (18 years ago)
Author:
bensch
Message:

adapted many more classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/lang/base_object.h

    r9691 r9705  
    4848  inline const std::string& getClassName() const { return _classes.front()._objectList->name(); }
    4949
     50  inline const NewClassID& getClassID() const { return *_leafClassID; }
    5051  /** @returns the ID of the Topmost object of the ClassStack */
    5152  inline const int& getLeafClassID() const { return _leafClassID->id(); }
Note: See TracChangeset for help on using the changeset viewer.