Classes | Namespaces
push_and_pop_fixed.hpp File Reference

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"
Include dependency graph for push_and_pop_fixed.hpp:
This graph shows which files directly or indirectly include this file:

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.



Detailed Description

A simple fifo implementation.

Internally it uses ecl::Array for various error handling and other routines.

Date:
August 2010

Definition in file push_and_pop_fixed.hpp.



ecl_containers
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:12:25