![]() |
scire
Sadh's C++ Impromptu Routines Ensemble
|
#include "container.hpp"Go to the source code of this file.
Classes | |
| class | scire::AStack< Type, SzType > |
| Standard stack abstraction (Push, Pop, Top). More... | |
| class | scire::Stack< Type, SzType > |
| Linked list implementation of stack. More... | |
| class | scire::StackCrate< Type, SzType > |
| array implementation of stack More... | |
Namespaces | |
| scire | |
| scire/graph/gale_shapley.hpp | |
Macros | |
| #define | SCIRE_Stack_ABSTR |
| #define | SCIRE_Stack_CLASS |
| #define | SCIRE_StackCrate_CLASS |