1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
# Generated by roxygen2: do not edit by hand
export(createQ)
export(createS)
export(db2env)
export(dumpDF)
export(dumpEnv)
export(dumpImage)
export(dumpList)
export(dumpObjects)
export(filehashFormats)
export(filehashOption)
export(initQ)
export(initS)
export(registerFormatDB)
exportClasses(filehash)
exportClasses(filehashDB1)
exportClasses(filehashRDS)
exportClasses(queue)
exportClasses(stack)
exportMethods(`$<-`)
exportMethods(`$`)
exportMethods(`[[<-`)
exportMethods(`[[`)
exportMethods(`[`)
exportMethods(coerce)
exportMethods(dbCreate)
exportMethods(dbDelete)
exportMethods(dbExists)
exportMethods(dbFetch)
exportMethods(dbInit)
exportMethods(dbInsert)
exportMethods(dbLazyLoad)
exportMethods(dbList)
exportMethods(dbLoad)
exportMethods(dbMultiFetch)
exportMethods(dbReorganize)
exportMethods(dbUnlink)
exportMethods(isEmpty)
exportMethods(lapply)
exportMethods(length)
exportMethods(mpush)
exportMethods(names)
exportMethods(pop)
exportMethods(push)
exportMethods(show)
exportMethods(top)
exportMethods(with)
import(methods)
importFrom(digest,digest)
importFrom(methods,new)
useDynLib(filehash,.registration = TRUE, .fixes = "C_")
|