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.cc

    r9718 r9724  
    2525/**
    2626 * @brief sets the name from a LoadXML-Element
    27  * @param root the element to load from
     27 * @param objectName: The name of the Object.
    2828 */
    2929BaseObject::BaseObject(const std::string& objectName)
     
    100100/**
    101101 * @brief Seeks in the Inheritance if it matches objectList.
    102  * @param objectList The ObjectList this should be a member of (by Pointer-comparison).
     102 * @param classID The ClassID this should be a member of (by Pointer-comparison).
    103103 * @return True if found, false if not.
    104104 */
     
    141141
    142142
     143/**
     144 * @brief This is for debug purposes, to see the Inheritances of this Object and its classes.
     145 *
     146 * The Inheritance will be listed in a Linear fashion, diamand structures are resolved in a linear dependency.
     147 */
    143148void BaseObject::listInheritance() const
    144149{
Note: See TracChangeset for help on using the changeset viewer.