Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2007, 3:21:33 PM (17 years ago)
Author:
landauf
Message:

More documentation and comments (it's so much fun!)

Location:
code/branches/objecthierarchy/src/orxonox/core
Files:
4 edited

Legend:

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

    r447 r452  
    11/*!
    22    @file ClassFactory.h
    3     @brief Definition of the ClassFactory class
     3    @brief Definition and implementation of the ClassFactory class
    44
    55    The ClassFactory is able to create new objects of a specific class.
  • code/branches/objecthierarchy/src/orxonox/core/Identifier.h

    r447 r452  
    11/*!
    22    @file Identifier.h
    3     @brief Definition of the Identifier, ClassIdentifier and SubclassIdentifier classes.
     3    @brief Definition of the Identifier, ClassIdentifier and SubclassIdentifier classes, implementation of the ClassIdentifier and SubclassIdentifier classes.
    44
    55    The Identifier contains all needed informations about the class it belongs to:
  • code/branches/objecthierarchy/src/orxonox/core/Iterator.h

    r447 r452  
    11/*!
    22    @file Iterator.h
    3     @brief Definition of the Iterator class.
     3    @brief Definition and implementation of the Iterator class.
    44
    55    The Iterator of a given class allows to iterate through an ObjectList, containing all objects of that type.
  • code/branches/objecthierarchy/src/orxonox/core/ObjectList.h

    r447 r452  
    11/*!
    22    @file ObjectList.h
    3     @brief Definition of the ObjectList class.
     3    @brief Definition and implementation of the ObjectList class.
    44
    55    The ObjectList is a double-linked list, used by Identifiers to store all objects of a given class.
Note: See TracChangeset for help on using the changeset viewer.