nativeStorageMethodsList-class {externalVector} | R Documentation |
The class "nativeStorageMethodsList"
contains a
number of slots, all from class
"nativeStorageMethods"
. Usually, each object of class
"nativeStorageMethodsList"
is associated with a particular
subclass of "externalSTorage"
.
Objects from this class are never visible to the user.
Objects can be created by calls of the form
new("nativeStorageMethodsList")
. Any extra arguments are ignored.
All slots in this class are objects of class "nativeStorageMethods"
.
allMethods
:storageMethods
structure with all methods registered (directly or indirectly) for
the associated "externalStorage"
class. logicalMethods
:getExternalStorageMethods
for the associated
"externalStorage"
class and type "logical"
. integerMethods
:getExternalStorageMethods
for the associated
"externalStorage"
class and type "integer"
. numericMethods
:getExternalStorageMethods
for the associated
"externalStorage"
class and type "numeric"
. complexMethods
:getExternalStorageMethods
for the associated
"externalStorage"
class and type "complex"
. characterMethods
:getExternalStorageMethods
for the associated
"externalStorage"
class and type "character"
. listMethods
:getExternalStorageMethods
for the associated
"externalStorage"
class and type "list"
. "nativeStorageMethodsList"
. This initializes each of the
slots of the class. Any extra argument in ...
is
ignored.