Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:3500:0500:0510 [2023/04/05 07:50] – removed - external edit (Unknown date) 127.0.0.1docs:3500:0500:0510 [2023/05/03 01:33] (current) sean
Line 1: Line 1:
 +{{tag>Programmers_Reference IFunctionLibrary_Interface}}
 +[<10>]
 +===== Implementing function library =====
 +
 +To implement a function library you need to write a class that implements the ''IFunctionLibrary'' interface. The implementation of the following methods must be provided:
 +
 +{{topic>methods +ifunctionlibrary_interface&notags}}