Update regression test output
[filehash.git] / NAMESPACE
blob1b28fed02e933eb025ee22136df76f5ec05cfa3a
1 importFrom(utils, normalizePath)
3 useDynLib(filehash)
5 ## Classes
6 exportClasses(
7               "filehash",
8               "filehashRDS",
9               "filehashDB1"
10               )
13 ## Primary interface
14 exportMethods(
15               "dbInsert",
16               "dbFetch",
17               "dbExists",
18               "dbList",
19               "dbDelete",
20               "dbReorganize",
21               "dbUnlink",
22               "dbMultiFetch",
23               "dbCreate",
24               "dbInit",
25               "dbLoad",
26               "dbLazyLoad"
27               )
29 exportMethods("[[", "[", "[[<-", "$<-", "$")
31 export(
32        "filehashOption",
33        "registerFormatDB",
34        "filehashFormats"
35        )
38 ## Miscellaneous functions
39 exportMethods(
40               "show",
41               "with",
42               "coerce",
43               "lapply"
44               )
46 export(
47        "dumpDF",
48        "dumpObjects",
49        "db2env",
50        "dumpImage",
51        "dumpList",
52        "dumpEnv"
53        )
55 ## Stack stuff
56 export("isEmptyS", "topS", "createS", "initS", "pushS", "mpushS", "popS")
58 ## Queue stuff
59 export("isEmptyQ", "headQ", "createQ", "initQ", "pushQ", "popQ")