#include "defs.h"
#include "collection.h"
#include "debug.h"
Go to the source code of this file.
Compounds | |
class | Stack |
Template class representing stack. More... | |
struct | StackLinkedList |
Template class representing linked list on which Stack operates. More... |
This file contains definition of Stack template class.
Definition in file stack.h.