| 
    modm API documentation
    
   | 
 
Bounded stack. More...
#include <modm/container/stack.hpp>
  
 Public Typedefs | |
| typedef Container::Size | Size | 
Public Member Functions | |
| T & | get () | 
| const T & | get () const | 
| Size | getMaxSize () | 
| Size | getSize () | 
| bool | isEmpty () | 
| bool | isFull () | 
| void | pop () | 
| bool | push (const T &value) | 
Protected Attributes | |
| Container | c | 
Bounded stack.