Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 13, 2008, 2:47:10 AM (16 years ago)
Author:
landauf
Message:

commented and documented ClassManager, IdentifierDistributor and ClassTreeMask

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/Identifier.h

    r806 r809  
    180180        This makes it possible to store informations about a class, sharing them with all
    181181        objects of that class without defining static variables in every class.
     182
     183        To be really sure that not more than exactly one object exists (even with libraries),
     184        ClassIdentifiers are only created by IdentifierDistributor.
     185
     186        You can access the ClassIdentifiers created by IdentifierDistributor through the
     187        ClassManager singletons.
    182188    */
    183189    template <class T>
Note: See TracChangeset for help on using the changeset viewer.