2014-10-31 15:59:22 +00:00
test Modified unit tests to use CHECK_THROW 2014-10-31 15:59:22 +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
cyclic_value.h Added cyclic value class 2014-10-31 15:54:27 +00:00
Doxyfile Added array and updated doxygen comments 2014-10-23 17:27:03 +01:00
doxygen.h Changed Math to Maths 2014-10-31 15:55:00 +00:00
enum_type.h Rename to_string 2014-10-26 17:41:12 +00:00
etl.jpg Added project logo 2014-10-31 15:55:13 +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
ivector.h Added vector class 2014-10-31 15:55:54 +00:00
largest.h Added largest type/size template 2014-10-31 15:56:32 +00:00
LICENSE Initial commit 2014-10-16 12:12:24 +01:00
maths.h File rename 2014-10-31 15:56:19 +00:00
nullptr.h Added nullptr definition 2014-10-31 15:56:07 +00:00
numeric.h Added numeric file 2014-10-31 15:57:16 +00:00
observer.h Added observer pattern template 2014-10-31 15:57:33 +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
static_assert.h Added STATIC_ASSERT definition 2014-10-31 15:58:14 +00:00
vector_base.h Added vector class 2014-10-31 15:55:54 +00:00
vector.h Added vector class 2014-10-31 15:55:54 +00:00
visitor.h Added visitor pattern templates 2014-10-31 15:57:47 +00:00

etl

Embedded Template Library

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