Public interface for a Stack class. More...
#include <Stack.h>
Data Fields | |
| size_t | allocated |
| void ** | array |
| size_t | index |
Public interface for a Stack class.
Implementation of Stack class
| size_t Stack_ptr::allocated |
| void** Stack_ptr::array |
| size_t Stack_ptr::index |
1.6.1