Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 1, 2007, 4:24:56 AM (16 years ago)
Author:
landauf
Message:

added comments

File:
1 edited

Legend:

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

    r258 r365  
     1/*!
     2    @file MetaObjectList.cc
     3    @brief Implementation of the MetaObjectList class.
     4*/
     5
    16#include "MetaObjectList.h"
    27
    38namespace orxonox
    49{
     10    /**
     11        @brief Constructor: Sets first_ to zero.
     12    */
    513    MetaObjectList::MetaObjectList()
    614    {
     
    816    }
    917
     18    /**
     19        @brief Destructor: Removes all elements from the list, causing them to remove the stored ObjectListElement from the ObjectList.
     20    */
    1021    MetaObjectList::~MetaObjectList()
    1122    {
Note: See TracChangeset for help on using the changeset viewer.