Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 8, 2006, 12:20:55 PM (19 years ago)
Author:
bensch
Message:

many many documentations and one new functiopm

File:
1 edited

Legend:

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

    r9718 r9724  
    2626class BaseObject : public sigslot::has_slots<>
    2727{
     28  //! Declare an ObjectList for this Class.
    2829  ObjectListDeclaration(BaseObject);
    2930public:
     
    4849  inline const std::string& getClassName() const { return _classes.front()._objectList->name(); };
    4950
     51  /** @returns the ClassID of this Object */
    5052  inline const ClassID& getClassID() const { return _classes.front()._objectList->identity(); }
    5153  /** @returns the ID of the Topmost object of the ClassStack */
Note: See TracChangeset for help on using the changeset viewer.