A simple fifo implementation. More...
#include <iostream>
#include <algorithm>
#include <ecl/config/macros.hpp>
#include <ecl/errors/compile_time_assert.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include "../array.hpp"
Go to the source code of this file.
Classes | |
class | ecl::PushAndPop< Type, Size > |
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_fixed.hpp.