| shaneajg | 9c19db4 | 2020-06-11 15:49:51 -0400 | [diff] [blame] | 1 | .. _chapter-pw-bytes: |
| 2 | |||||
| 3 | .. default-domain:: cpp | ||||
| 4 | |||||
| 5 | .. highlight:: sh | ||||
| 6 | |||||
| 7 | --------- | ||||
| 8 | pw_bytes | ||||
| 9 | --------- | ||||
| 10 | pw_bytes is a collection of utilities for manipulating binary data. | ||||
| 11 | |||||
| 12 | Compatibility | ||||
| 13 | ============= | ||||
| 14 | C++17 | ||||
| 15 | |||||
| 16 | Dependencies | ||||
| 17 | ============ | ||||
| 18 | * ``pw_preprocessor`` | ||||
| 19 | * ``pw_status`` | ||||
| 20 | * ``pw_span`` | ||||
| 21 | |||||
| 22 | Features | ||||
| 23 | ======== | ||||
| 24 | |||||
| 25 | pw::ByteBuilder | ||||
| 26 | ----------------- | ||||
| 27 | ByteBuilder is a utility class which facilitates the creation and | ||||
| 28 | building of formatted bytes in a fixed-size buffer. | ||||
| 29 | |||||
| 30 | Future work | ||||
| 31 | ^^^^^^^^^^^ | ||||
| 32 | * Adding Endianness | ||||