Use new create/deleteLockFile functions
[filehash.git] / man / queue-class.Rd
blobbc06d4e4640485925476853d4f7198997c886604
1 \name{queue-class}
2 \docType{class}
3 \alias{queue-class}
4 \alias{isEmpty,queue-method}
5 \alias{pop,queue-method}
6 \alias{push,queue-method}
7 \alias{show,queue-method}
8 \alias{top,queue-method}
10 \title{Class "queue" ~~~ }
11 \description{    ~~ A concise (1-5 lines) description of what the class is.  ~~}
12 \section{Objects from the Class}{
13 Objects can be created by calls of the form \code{new("queue", ...)}.
14          ~~ describe objects here ~~ 
16 \section{Slots}{
17          \describe{
18     \item{\code{queue}:}{Object of class \code{"filehashDB1"} ~~ }
19     \item{\code{name}:}{Object of class \code{"character"} ~~ }
20   }
22 \section{Methods}{
23   \describe{
24     \item{isEmpty}{\code{signature(db = "queue")}: ... }
25     \item{pop}{\code{signature(db = "queue")}: ... }
26     \item{push}{\code{signature(db = "queue")}: ... }
27     \item{show}{\code{signature(object = "queue")}: ... }
28     \item{top}{\code{signature(db = "queue")}: ... }
29          }
31 \references{ ~put references to the literature/web site here ~ }
32 \author{ ~~who you are~~ }
33 \note{ ~~further notes~~ }
35  ~Make other sections like Warning with \section{Warning }{....} ~
37 \seealso{
38         ~~objects to See Also as \code{\link{~~fun~~}}, ~~~
39         or \code{\linkS4class{CLASSNAME}} for links to other classes
41 \examples{
42 showClass("queue")
44 \keyword{classes}