For endian agnostic primitive wrapper classes (be_uint64_t, le_uint64_t, be_uint32_t, le_uint32_t, be_uint16_t, le_uint16_t), the following methods have been renamed to more suitable versions:
.set() -> .wrap()
.get() -> .unwrap()
More tests
Additionally libtoolchain_test now includes tests for the above classes.
Renamed Methods
For endian agnostic primitive wrapper classes (
be_uint64_t
,le_uint64_t
,be_uint32_t
,le_uint32_t
,be_uint16_t
,le_uint16_t
), the following methods have been renamed to more suitable versions:.set()
->.wrap()
.get()
->.unwrap()
More tests
libtoolchain_test
now includes tests for the above classes.