Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2007, 11:21:14 PM (16 years ago)
Author:
landauf
Message:
  • added comments and doxygen-tags to the ConfigValueContainer
  • changed some comments in the other files
File:
1 edited

Legend:

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

    r365 r447  
    44
    55    The MetaObjectList is a single-linked list, containing all list-elements and their
    6     lists wherein the object that owns the MetaObjectList is registered.
    7     This allows much faster deleting of objects.
     6    lists wherein the object, owning the MetaObjectList, is registered.
     7    This allows much faster deletion of objects because no iteration is needed.
    88*/
    99
     
    2020    {
    2121        public:
    22             /** @brief Defaultdestructor */
     22            /** @brief Default destructor */
    2323            virtual ~BaseMetaObjectListElement() {};
    2424
     
    8383        The MetaObjectList is a single-linked list, containing all list-elements and their
    8484        lists wherein the object that owns the MetaObjectList is registered.
    85         This allows much faster deleting of objects.
     85        This allows much faster deletion of objects because no iteration is needed.
    8686    */
    8787    class MetaObjectList
Note: See TracChangeset for help on using the changeset viewer.