
#include <Stack.h>
Public Member Functions | |
| Stack () | |
| ~Stack () | |
| void | addElement (T newElement) |
| T | popElement () |
| T | getElement (unsigned int index) |
| unsigned int | getNumElements () |
| void | reset (bool delmem) |
Private Attributes | |
| T * | m_elem |
| unsigned int | m_numElements |
| unsigned int | m_size |
Static Private Attributes | |
| const unsigned int | INCR_SIZE = 50 |
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|