| cxxdso-class | R Documentation |
"cxxdso"An S4 class for saving the dynamic shared objects created on the fly
Objects can be created by calls of cxxfunctionplus.
sig:Object of class "list" The signatures of functions defined.
dso.saved:Object of class "logical" Whether to save the DSO or not.
dso.filename:Object of class "character" The original file name for the DSO when it is created (no extension).
dso.bin:Object of class "raw" The raw vector containing the DSO if dso.saved is TRUE
system:The operating system where the object is created.
.MISC:Object of class "environment" An environment to
save the functions returned by cxxfunction with
name cxxfun and the last path for the DSO with
name dso.last.path.
signature(object = "cxxdso"): Return the function objects contained.
signature(object = "cxxdso"): Tell if the DSO (DLL) is loaded.
signature(x = "cxxdso"): Obtain the DLL associated.
getDynLib, grab.cxxfun, and
cxxfunctionplus
showClass("cxxdso")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.