Changeset 7372 for code/branches/doc/src/libraries/core/MetaObjectList.h
- Timestamp:
- Sep 7, 2010, 12:58:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/core/MetaObjectList.h
r7363 r7372 30 30 @file 31 31 @ingroup Object ObjectList 32 @brief De finition of the MetaObjectList class.32 @brief Declaration of the MetaObjectList class. 33 33 34 34 The MetaObjectList is a single-linked list, containing all list-elements and their … … 47 47 // ### MetaObjectListElement ### 48 48 // ############################### 49 // !The list-element of the MetaObjectList49 /// The list-element of the MetaObjectList 50 50 class _CoreExport MetaObjectListElement 51 51 { … … 66 66 // ### MetaObjectList ### 67 67 // ############################### 68 //! The MetaObjectList contains ObjectListBaseElements and their ObjectListBases.69 68 /** 69 @brief The MetaObjectList contains ObjectListBaseElements and their ObjectListBases. 70 70 71 The MetaObjectList is a single-linked list, containing all list-elements and their 71 72 lists wherein the object that owns the MetaObjectList is registered.
Note: See TracChangeset
for help on using the changeset viewer.