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< T, Size > |
Surpport fixed array and push and pack operation It provide some useful functions such as push, back, size. More... | |
Namespaces | |
namespace | ecl |
Embedded control libraries. |
A simple fifo implementation.
Internally it uses ecl::Array for various error handling and other routines.
Definition in file push_and_pop_fixed.hpp.