|
roo_io
API Documentation for roo_io
|
Data Structures | |
| struct | Converter |
| struct | Converter< storage_type, byte_order, byte_order > |
| struct | Swapper |
| struct | Swapper< uint16_t > |
| struct | Swapper< uint32_t > |
| struct | Swapper< uint64_t > |
| struct | Swapper< uint8_t > |
Functions | |
| template<typename storage_type > | |
| constexpr storage_type | Swap (storage_type in) |
| template<typename storage_type , ByteOrder src, ByteOrder dst> | |
| constexpr storage_type | Convert (storage_type in) |
|
constexpr |
Definition at line 89 of file byte_order.h.
|
constexpr |
Definition at line 66 of file byte_order.h.
Referenced by roo_io::bswap(), and roo_io::byte_order::Converter< storage_type, src, dst >::operator()().