ECSTL
The Embedded C Standard Template Library
Containers

Files

file  deque.h
 
file  list.h
 
file  queue.h
 
file  stack.h
 

Detailed Description

Containers are collections of macros.

A container may hold any type which meets certain requirements, but the type of contained object is chosen at compile time, and all objects in a given container must be of the same type.

Specific containers may place additional requirements on the types of their contained objects.

Containers hold your objects in statically allocated memory area.