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

Auto generated API documentation and code listings for FixedLengthList

Classes

FixedLengthList< T, queueMax > Template class to implement a list with a fixed maximum number of elements (i.e
FixedLengthListIter< T, queueMax > Iterator support class for FixedLengthList

Code

FixedLengthList.hpp [code] Template class ( FixedLengthList ) to implement a list with a limited number of elements