Remove outdated comment from 'filehashDB1' class definition
[filehash.git] / NAMESPACE
blob994d2d58cf4717784260883b85da625542f037bb
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 and Queue stuff
56 exportClasses("stack", "queue")
57 exportMethods("isEmpty", "top", "push", "pop")
58 exportMethods("mpush")
60 export("createQ", "initQ")
61 export("createS", "initS")