Commit Graph

2 Commits

Author SHA1 Message Date
Wyatt Hepler
1c329ca293 pw_kvs: Use pw::Vector for descriptor lists
The pw::Vector class is similar to std::vector but is backed by a
fixed-size array. Using pw::Vector for descriptor lists cleans up the
code and makes iterating over these lists less error-prone. It also
opens the possibility of working with descriptor types that are not
default constructible.

Change-Id: I3ad05dacef1cc77108a9d35128aa2100535048b2
2020-02-10 16:53:16 -08:00
Wyatt Hepler
2ad6067478 pw_kvs: Add to build; get tests passing
Change-Id: Idfd357beaf60b94ebaf9b4b1f8cd1b3d712e9b10
2020-01-27 19:13:05 +00:00