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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:16c77b601175 | 2014-01-29 | johnb | Add remove() method |
1:d98987d1d67c | 2014-01-19 | johnb | Add initial iterator support |
0:99d701354221 | 2014-01-18 | johnb | Initial version - class working but missing various features such as random access & iterators |