Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages

Classes

class  etl::istack< T >
 This is the base for all stacks that contain a particular type. More...
 
class  etl::stack< T, SIZE >
 
class  etl::stack_exception
 
class  etl::stack_full
 
class  etl::stack_base
 

Detailed Description

A First-in / first-out stack with the capacity defined at compile time, written in the STL style.