getNativeStorageMethods    package:externalVector    R Documentation

_R_e_t_u_r_n _t_h_e _s_t_o_r_a_g_e _m_e_t_h_o_d_s _a_s_s_o_c_i_a_t_e_d _w_i_t_h _a_n _o_b_j_e_c_t

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

     For an object from a subclass of "externalStorage" or for an
     object with an associated subclass of "externalStorage", this
     generic returns the '"externalptr"' stored in the
     '"nativeStorageMethods"' object associated with that subclass of
     "externalStorage".

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

     getNativeStorageMethods(x)

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

       x: An object. 

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

     An "externalptr" object with a pointer to a C storageMethods
     structure.

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

     'nativeStorageMethods-class'

