-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.56 KB
/
NAMESPACE
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method("peek_back<-",rdeque)
S3method("peek_front<-",rdeque)
S3method("peek_front<-",rpqueue)
S3method("peek_top<-",rstack)
S3method(as.data.frame,rdeque)
S3method(as.data.frame,rpqueue)
S3method(as.data.frame,rstack)
S3method(as.list,rdeque)
S3method(as.list,rpqueue)
S3method(as.list,rstack)
S3method(as.rdeque,default)
S3method(as.rpqueue,default)
S3method(as.rstack,default)
S3method(empty,rdeque)
S3method(empty,rpqueue)
S3method(empty,rstack)
S3method(fixd,rdeque)
S3method(head,rdeque)
S3method(head,rpqueue)
S3method(head,rstack)
S3method(insert_back,rdeque)
S3method(insert_back,rpqueue)
S3method(insert_front,rdeque)
S3method(insert_top,rstack)
S3method(length,rdeque)
S3method(length,rpqueue)
S3method(length,rstack)
S3method(makeequal,rpqueue)
S3method(peek_back,rdeque)
S3method(peek_front,rdeque)
S3method(peek_front,rpqueue)
S3method(peek_top,rstack)
S3method(print,rdeque)
S3method(print,rpqueue)
S3method(print,rstack)
S3method(rev,rstack)
S3method(rotate,rpqueue)
S3method(without_back,rdeque)
S3method(without_front,rdeque)
S3method(without_front,rpqueue)
S3method(without_top,rstack)
export("peek_back<-")
export("peek_front<-")
export("peek_top<-")
export(as.rdeque)
export(as.rpqueue)
export(as.rstack)
export(empty)
export(fixd)
export(insert_back)
export(insert_front)
export(insert_top)
export(makeequal)
export(peek_back)
export(peek_front)
export(peek_top)
export(rdeque)
export(rotate)
export(rpqueue)
export(rstack)
export(rstacknode)
export(without_back)
export(without_front)
export(without_top)
import(utils)