generateOperators {SWinTypeLibs} | R Documentation |
This is used by createCOMSClass
to create the $
and $<-
methods for the new S4 class that mirrors the
COM class. This function defines S4 methods
for these operators that contain information about the
available properties and methods for the COM object
and so provide structured access to them.
generateOperators(libEntry, className)
libEntry |
the ITypeInfo-class object
from which to get the property and method descriptions. |
className |
the name of the S4 class for which to define the methods |
A list giving the two functions that were registered
as get and set methods for $
and $<-
respectively.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
createCOMSClass
computeFunctionInformation