Extracted from Pike v7.4 release 341 at 2005-11-21.
[Top]
predef::
ADT
ADT.Stack
`+()
create()
pop()
push()
quick_pop()
reset()
set_stack()
_sizeof()
top()
_values()
ADT.Stack()->set_stack()
ADT.Stack()->top()
Method ADT.Stack()->_sizeof()
Method
_sizeof
int
_sizeof
(
)
Description
sizeof
on a stack returns the number of entries in the stack.