Template class to implement a list with a fixed maximum number of elements (i.e. number of elements in the list is dynamic but cannot exceed the initially defined value)
Dependents: FixedLengthListTest XBeeApi
History
Add remove() method
2014-01-29, by johnb [Wed, 29 Jan 2014 23:01:01 +0000] rev 2
Add remove() method
Add initial iterator support
2014-01-19, by johnb [Sun, 19 Jan 2014 13:23:21 +0000] rev 1
Add initial iterator support
Initial version - class working but missing various features such as random access & iterators
2014-01-18, by johnb [Sat, 18 Jan 2014 16:04:07 +0000] rev 0
Initial version - class working but missing various features such as random access & iterators