[VisAPI Index] [VisAPI Hierarchy]
VisApi stack container implementation. More...
#include <VisApi/platform.h>
Inherits: visObject
A typical stack that can be used as a template implementation along with primitve datatypes.
construct vector of any size, given size or given size and initialized array.
Clear all elements from stack. Size becomes zero.
Return the i-th element in the stack.
Push element x on the top of the stack.
Pop i-th element from the top of the stack and return it.
Return the number of elements in the stack.
| Kdoc |