scire
Sadh's C++ Impromptu Routines Ensemble
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
stack.hpp File Reference
#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
 

Macro Definition Documentation

#define SCIRE_Stack_ABSTR

Definition at line 34 of file stack.hpp.

#define SCIRE_Stack_CLASS

Definition at line 90 of file stack.hpp.

#define SCIRE_StackCrate_CLASS

Definition at line 201 of file stack.hpp.