# Generated by roxygen2 (4.0.2): 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)
