Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 1 and Version 2 of DelegateCategory

Show
Ignore:
Author:
Derek Parnell (IP: 61.29.0.178)
Timestamp:
05/25/06 02:04:38 (18 years ago)
Comment:

Formatted for legibility

Legend:

Unmodified
Added
Removed
Modified
  • DelegateCategory

    v1 v2  
    11= Delegates = 
    22 
    3   * DelegatesWithinObjectsExample 
    4   * DelegateInsteadOfInterfaceExample 
    5   * StackDelegatesExample 
    6   * DontReturnStackDelegateExample 
    7   * CopyableStackDelegatesWithStructsAndClassesExample 
    8   * CopyableStackDelegatesWithWriteflnExample 
    9   * DelegateNonStaticNestedFunctionExample 
    10   * IntFunctionDelegateExample 
     3  * [wiki:DelegatesWithinObjectsExample Delegates within objects] 
     4  * [wiki:DelegateInsteadOfInterfaceExample Delegate instead of interface] 
     5  * [wiki:StackDelegatesExample Stack delegates] 
     6  * [wiki:DontReturnStackDelegateExample Don't return stack delegates] 
     7  * [wiki:CopyableStackDelegatesWithStructsAndClassesExample Copyable stack delegates with structs and classes] 
     8  * [wiki:CopyableStackDelegatesWithWriteflnExample Copyable stack delegates with writefln] 
     9  * [wiki:DelegateNonStaticNestedFunctionExample Delegate non-static nested function] 
     10  * [wiki:IntFunctionDelegateExample int function delegate]