SCOMNamedFunctionClass: Constructor for describing a named function COM server

View source: R/namedFunctions.S

SCOMNamedFunctionClassR Documentation

Constructor for describing a named function COM server

Description

This is a constructor function for creating SCOMNamedFunctionClass objects describing a COM class that is implemented by named S functions.

Usage

SCOMNamedFunctionClass(functions, name, ..., propertyNames = character(0), help = "", def = new("SCOMNamedFunctionClass"))

Arguments

functions
name

the name of the COM class

...

arbitrary named values that are collected into a list and used as properties for each COM object of this class. These properties are local to each COM object.

propertyNames

a character vector giving the names of S variables that are to be treated as properties for the COM objects of this class. Note that these are shared across all COM objects.

help

a string giving a brief description about this class that might be useful for a client.

def

an instance of the target S class used to represent this definition. Rarely specified directly but mainly used for inheritance.

Value

An object of class SCOMNamedFunctionClass.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://www.omegahat.org/RDCOMServer

See Also

SCOMNamedFunctionDispatch createCOMObject


omegahat/RDCOMServer documentation built on July 17, 2022, 7:25 p.m.