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