Changes between Version 10 and Version 11 of code/doc/SubclassIdentifier
- Timestamp:
- Apr 12, 2017, 11:36:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/SubclassIdentifier
v10 v11 1 1 = !SubclassIdentifier = 2 [[TracNav(TracNav/TOC_Development)]]3 2 [[TOC]] 4 3 … … 7 6 !SubclassIdentifier acts like a pointer to an [wiki:Identifier] with the difference that you can only assign Identifiers of classes inheriting from a given baseclass. 8 7 9 !SubclassIdentifier is a [wiki: template]. The template-argument defines the needed base-class of an assigned Identifier. You can only assign Identifiers representing a class which is derived from the given base-class (or the base-class itself). If you try to assign an Identifier that's not derived from the base-class, you get an error.8 !SubclassIdentifier is a [wiki:Template]. The template-argument defines the needed base-class of an assigned Identifier. You can only assign Identifiers representing a class which is derived from the given base-class (or the base-class itself). If you try to assign an Identifier that's not derived from the base-class, you get an error. 10 9 11 10 == Usage == … … 65 64 }}} 66 65 67 [[Image( Core:testclass_interface_tree.gif)]]66 [[Image(code/doc/Core:testclass_interface_tree.gif)]]