getNativeStorageMethods {externalVector} | R Documentation |
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".
getNativeStorageMethods(x)
x |
An object. |
An "externalptr" object with a pointer to a C storageMethods structure.