2014-10-31 15:54:15 +00:00
test Added pow<> template 2014-10-27 11:31:16 +00:00
.gitattributes namespace elt to etl 2014-10-26 16:39:14 +00:00
.gitignore Changed MSVS folder name 2014-10-26 16:44:49 +00:00
array.h Edited comments 2014-10-31 15:53:45 +00:00
container.h Added container orientated functions 2014-10-31 15:54:15 +00:00
Doxyfile Added array and updated doxygen comments 2014-10-23 17:27:03 +01:00
doxygen.h Added array and updated doxygen comments 2014-10-23 17:27:03 +01:00
enum_type.h Rename to_string 2014-10-26 17:41:12 +00:00
exception.h Added array and updated doxygen comments 2014-10-23 17:27:03 +01:00
function.h Added array and updated doxygen comments 2014-10-23 17:27:03 +01:00
iqueue.h Added back() & #error for base class 2014-10-27 11:30:10 +00:00
istack.h Added stack container class 2014-10-27 11:30:30 +00:00
LICENSE Initial commit 2014-10-16 12:12:24 +01:00
math.h Added pow<> template 2014-10-27 11:31:16 +00:00
queue_base.h Added back() & #error for base class 2014-10-27 11:30:10 +00:00
queue.h Added back() & #error for base class 2014-10-27 11:30:10 +00:00
README.md Updated 2014-10-21 16:18:40 +01:00
stack_base.h Added stack container class 2014-10-27 11:30:30 +00:00
stack.h Added stack container class 2014-10-27 11:30:30 +00:00

etl

Embedded Template Library

  • A low resource template library for embedded applications.
  • A set of fixed capacity containers.
  • Compile time template constants.