Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 10 and Version 11 of code/doc/SubclassIdentifier


Ignore:
Timestamp:
Apr 12, 2017, 11:36:43 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/SubclassIdentifier

    v10 v11  
    11= !SubclassIdentifier =
    2 [[TracNav(TracNav/TOC_Development)]]
    32[[TOC]]
    43
     
    76!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.
    87
    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.
    109
    1110== Usage ==
     
    6564}}}
    6665
    67 [[Image(Core:testclass_interface_tree.gif)]]
     66[[Image(code/doc/Core:testclass_interface_tree.gif)]]