Changeset 7401 for code/trunk/src/libraries/core/MetaObjectList.h
- Timestamp:
- Sep 11, 2010, 12:34:00 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/doc (added) merged: 7290-7292,7296-7300,7302-7304,7306-7312,7315-7318,7323,7325,7327,7331-7332,7334-7335,7345-7347,7352-7353,7356-7357,7361,7363-7367,7371-7375,7388
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/core/MetaObjectList.h
r5738 r7401 29 29 /** 30 30 @file 31 @brief Definition of the MetaObjectList class. 31 @ingroup Object ObjectList 32 @brief Declaration of the MetaObjectList class. 32 33 33 34 The MetaObjectList is a single-linked list, containing all list-elements and their … … 46 47 // ### MetaObjectListElement ### 47 48 // ############################### 48 // !The list-element of the MetaObjectList49 /// The list-element of the MetaObjectList 49 50 class _CoreExport MetaObjectListElement 50 51 { … … 65 66 // ### MetaObjectList ### 66 67 // ############################### 67 //! The MetaObjectList contains ObjectListBaseElements and their ObjectListBases.68 68 /** 69 @brief The MetaObjectList contains ObjectListBaseElements and their ObjectListBases. 70 69 71 The MetaObjectList is a single-linked list, containing all list-elements and their 70 72 lists wherein the object that owns the MetaObjectList is registered.
Note: See TracChangeset
for help on using the changeset viewer.