Wiselib
|
#include "util/serialization/endian.h"
Go to the source code of this file.
Classes | |
struct | wiselib::Serialization< OsModel_P, Endianness, BlockData_P, Type_P > |
Following implementation assumes "Little Endian". More... | |
struct | wiselib::Serialization< OsModel_P, WISELIB_BIG_ENDIAN, BlockData_P, Type_P > |
Generic implementation for Big Endian. More... | |
Namespaces | |
namespace | wiselib |
AES Algorithm. | |
Functions | |
template<typename OsModel_P , typename BlockData_P , typename Type_P > | |
Type_P | wiselib::read (BlockData_P *target) |
template<typename OsModel_P , typename BlockData_P , typename Type_P > | |
void | wiselib::read (BlockData_P *target, Type_P &value) |
template<typename OsModel_P , typename BlockData_P , typename Type_P > | |
OsModel_P::size_t | wiselib::write (BlockData_P *target, Type_P &value) |