Changeset 2114 for code/branches/objecthierarchy/src/core
- Timestamp:
- Nov 2, 2008, 12:59:58 PM (16 years ago)
- Location:
- code/branches/objecthierarchy/src/core
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/core/BaseObject.h
r2079 r2114 28 28 29 29 /** 30 @file BaseObject.h30 @file 31 31 @brief Definition of the BaseObject class. 32 32 -
code/branches/objecthierarchy/src/core/ClassFactory.h
r2019 r2114 28 28 29 29 /** 30 @file ClassFactory.h30 @file 31 31 @brief Definition and implementation of the ClassFactory class 32 32 -
code/branches/objecthierarchy/src/core/ClassTreeMask.cc
r1757 r2114 28 28 29 29 /** 30 @file ClassTreeMask.cc30 @file 31 31 @brief Implementation of the ClassTreeMask, ClassTreeMaskNode and ClassTreeMaskIterator classes. 32 32 */ -
code/branches/objecthierarchy/src/core/ClassTreeMask.h
r1759 r2114 28 28 29 29 /** 30 @file ClassTreeMask.h30 @file 31 31 @brief Definition of the ClassTreeMask, ClassTreeMaskNode and ClassTreeMaskIterator classes. 32 32 -
code/branches/objecthierarchy/src/core/Clock.h
r1755 r2114 28 28 29 29 /** 30 @file Core.h30 @file 31 31 @brief Declaration of the Core class. 32 32 -
code/branches/objecthierarchy/src/core/ConfigValueContainer.cc
r1887 r2114 28 28 29 29 /** 30 @file ConfigValueContainer.cc30 @file 31 31 @brief Implementation of the ConfigValueContainer class. 32 32 */ -
code/branches/objecthierarchy/src/core/ConfigValueContainer.h
r1946 r2114 28 28 29 29 /** 30 @file ConfigValueContainer.h30 @file 31 31 @brief Definition of the ConfigValueContainer class. 32 32 -
code/branches/objecthierarchy/src/core/ConfigValueIncludes.h
r2101 r2114 28 28 29 29 /** 30 @file ConfigValueIncludes.h30 @file 31 31 @brief Definition of macros for config-values. 32 32 */ -
code/branches/objecthierarchy/src/core/Core.cc
r1949 r2114 28 28 29 29 /** 30 @file Core.cc30 @file 31 31 @brief Implementation of the Core class. 32 32 */ -
code/branches/objecthierarchy/src/core/Core.h
r1949 r2114 28 28 29 29 /** 30 @file Core.h30 @file 31 31 @brief Declaration of the Core class. 32 32 -
code/branches/objecthierarchy/src/core/CoreIncludes.h
r2101 r2114 28 28 29 29 /** 30 @file CoreIncludes.h30 @file 31 31 @brief Definition of macros for Identifier and Factory. 32 32 -
code/branches/objecthierarchy/src/core/Factory.cc
r2086 r2114 28 28 29 29 /** 30 @file Factory.cc30 @file 31 31 @brief Implementation of the Factory class. 32 32 */ -
code/branches/objecthierarchy/src/core/Factory.h
r2019 r2114 28 28 29 29 /** 30 @file Factory.h30 @file 31 31 @brief Definition of the Factory and the BaseFactory class. 32 32 -
code/branches/objecthierarchy/src/core/Identifier.cc
r2084 r2114 28 28 29 29 /** 30 @file Identifier.cc30 @file 31 31 @brief Implementation of the Identifier class. 32 32 */ -
code/branches/objecthierarchy/src/core/Identifier.h
r2101 r2114 28 28 29 29 /** 30 @file Identifier.h30 @file 31 31 @brief Definition of the Identifier, ClassIdentifier and SubclassIdentifier classes, implementation of the ClassIdentifier and SubclassIdentifier classes. 32 32 -
code/branches/objecthierarchy/src/core/Iterator.h
r1854 r2114 28 28 29 29 /** 30 @file Iterator.h30 @file 31 31 @brief Definition and implementation of the Iterator class. 32 32 -
code/branches/objecthierarchy/src/core/Language.cc
r2101 r2114 28 28 29 29 /** 30 @file Language.cc30 @file 31 31 @brief Implementation of the Language and the LanguageEntry classes. 32 32 */ -
code/branches/objecthierarchy/src/core/Language.h
r2101 r2114 28 28 29 29 /** 30 @file Language.h30 @file 31 31 @brief Definition of the Language and the LanguageEntry class. 32 32 -
code/branches/objecthierarchy/src/core/MetaObjectList.cc
r1747 r2114 28 28 29 29 /** 30 @file MetaObjectList.cc30 @file 31 31 @brief Implementation of the MetaObjectList class. 32 32 */ -
code/branches/objecthierarchy/src/core/MetaObjectList.h
r1747 r2114 28 28 29 29 /** 30 @file MetaObjectList.h30 @file 31 31 @brief Definition of the MetaObjectList class. 32 32 -
code/branches/objecthierarchy/src/core/ObjectList.h
r1747 r2114 28 28 29 29 /** 30 @file ObjectList.h30 @file 31 31 @brief Definition and implementation of the ObjectList class. 32 32 -
code/branches/objecthierarchy/src/core/ObjectListBase.cc
r1747 r2114 28 28 29 29 /** 30 @file ObjectListBase.cc30 @file 31 31 @brief Implementation of the ObjectListBase class. 32 32 -
code/branches/objecthierarchy/src/core/ObjectListBase.h
r1854 r2114 28 28 29 29 /** 30 @file ObjectListBase.h30 @file 31 31 @brief Definition of the ObjectListBase class. 32 32 -
code/branches/objecthierarchy/src/core/OrxonoxClass.cc
r1747 r2114 28 28 29 29 /** 30 @file OrxonoxClass.cc30 @file 31 31 @brief Implementation of the OrxonoxClass Class. 32 32 */ -
code/branches/objecthierarchy/src/core/OrxonoxClass.h
r1755 r2114 28 28 29 29 /** 30 @file OrxonoxClass.h30 @file 31 31 @brief Declaration of the OrxonoxClass Class. 32 32 -
code/branches/objecthierarchy/src/core/Super.h
r2063 r2114 28 28 29 29 /** 30 @file Super.h30 @file 31 31 @brief Definition of all super-function related macros. 32 32 -
code/branches/objecthierarchy/src/core/XMLIncludes.h
r1841 r2114 28 28 29 29 /** 30 @file XMLIncludes.h30 @file 31 31 @brief Forward declarations of some XML classes. 32 32 */ -
code/branches/objecthierarchy/src/core/XMLPort.h
r2082 r2114 28 28 29 29 /** 30 @file XMLPort.h30 @file 31 31 @brief Declaration of the XMLPort helper classes and macros. 32 32
Note: See TracChangeset
for help on using the changeset viewer.