Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

stack.h File Reference

stack.h File Reference

Go to the source code of this file.

Data Structures

class  stack_exception
 The base class for stack exceptions. More...
class  stack_full
 The exception thrown when the stack is full. More...
class  stack_empty
 The exception thrown when the stack is empty. More...
class  stack_base
 A fixed capacity stack written in the STL style. More...
class  istack< T >
 This is the base for all stacks that contain a particular type. More...
class  stack< T, SIZE >
 A fixed capacity stack. More...

Namespaces

namespace  etl
 

A multimap with the capacity defined at compile time.



Detailed Description

Definition in file stack.h.