generateOperators        package:SWinTypeLibs        R Documentation

_D_e_f_i_n_e $ _m_e_t_h_o_d_s _f_o_r _t_y_p_e_d _C_O_M _c_l_a_s_s

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     generateOperators(libEntry, className)

_A_r_g_u_m_e_n_t_s:

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

_V_a_l_u_e:

     A list giving the two functions that were registered as get and
     set methods for '$' and '$<-' respectively.

_A_u_t_h_o_r(_s):

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

_S_e_e _A_l_s_o:

     'createCOMSClass' 'computeFunctionInformation'

