computeCOMNames {RDCOMServer} | R Documentation |
This constructs a mapping of the different names of the functions, properties and argument names within a collection of functions and property declarations for a COM object. The result is an integer vector that provides an ID for each of the known names. This is used in the COM mechanism to handle names in method/property invocation.
computeCOMNames(els)
els |
an list containing functions to export as methods
in a COM object and an
element named .properties giving the names of the
properties to export.
|
This combines the property names with the names of the methods and all of the argument names for these functions.
A named integer vector giving the mapping between the set of names to the corresponding integers.
Duncan Temple Lang <duncan@research.bell-labs.com>
http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinRegistry