jakcron / libtoolchain

Toolchain Development Library
Other
2 stars 0 forks source link

Change method names for [be|le]_uint[16|32|64]_t and add tests. #9

Closed jakcron closed 5 years ago

jakcron commented 5 years ago

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:

More tests