implementations - Implemented functions
Each function may get a number of implementations. In contrast to ordinary programming languages each function implementation returns the same value. Some implementation names are reserved for special purposes:
- get - getter function returns the property value (C++), is defined as property (C#) or not available (OSI, where properties can be accessed directly)
 - set - setter function, which updated an object property
 - _IF_ - OSI interface function, which is generated in a separate source file
 - ci - Client server interface function (depends on option settings)
 - si - Client/server server interface function (depends on option settings)
 
Type: SET<ODC_FunctImp>
Keys: 

