push on the stack
push on the stack
friend ostream& operator<<(ostream&, const LCVMstack<NODE_TYPE>&)
LCVMstack()
LCVMstack(LCVMstack<NODE_TYPE>&)
~LCVMstack()
LCVMstack<NODE_TYPE> & push(const NODE_TYPE&)
NODE_TYPE pop()
LCVMstack<NODE_TYPE> & erase()
int is_empty() const
int not_empty() const
int get_size() const
NODE_TYPE get_top() const
NODE_TYPE& operator*()
NODE_TYPE& get_top_ref()
LCVMstack<NODE_TYPE> & operator=(LCVMstack<NODE_TYPE>&)
int operator==(LCVMstack<NODE_TYPE>&)
int operator!=(LCVMstack<NODE_TYPE>&)
Alphabetic index HTML hierarchy of classes or Java