A simple fifo implementation. More...
Go to the source code of this file.
Classes | |
class | ecl::PushAndPop< Type, DynamicStorage > |
Surpport push and pack operation. More... | |
class | ecl::formatters::PushAndPopFormatter< Type, N > |
Pseudo formatter for integral type arrays. More... | |
Namespaces | |
ecl | |
Embedded control libraries. | |
ecl::formatters | |
Supporting classes for container formatters (do not use directly). | |
A simple fifo implementation.
Internally it uses ecl::Array for various error handling and other routines.
Definition in file push_and_pop_dynamic.hpp.