Add (void*) parameter to HashFunc definition
[Rpkg-dict.git] / NAMESPACE
blob6aeaa102bbdbff1b1449b72b48c4a70bbf2a9ca5
1 useDynLib("dict", .registration=TRUE)
3 export(
4        "copyDict",
5        "dDel",
6        "dGet",
7        "dMget",
8        "dSet",
9        "del",
10        "dictInfo",
11        "hashCodes",
12        "keys",
13        "listHashFunctions",
14        "make_power2",
15        "newDict"
16        )
18 S3method("as.list", "Dict")
20 exportClasses("Dict")
22 exportMethods(
23               "ls",
24               "del",
25               "initialize",
26               "keys",
27               "length",
28               "mget",
29               "$",
30               "[[",
31               "[[<-",
32               "coerce",
33               "show",
34               "names"
35               )