Binary Serialize
|
▼ example | |
binary_serialize_example.cpp | Example code demonstrating use of |
▼ include | |
▼ serialize | |
binary_serialize.hpp | |
byteswap.hpp | This is an implementation of the C++ 23 std::byteswap function, for use in pre C++ 23 applications |
extract_append.hpp | Functions to extract arithmetic binary values from a byte buffer (in either endian order) to native format; conversely, given an arithmetic binary value, append it to a buffer of bytes in the specified endian order |
▼ test | |
binary_serialize_test.cpp | Test scenarios for the marshall and unmarshall function templates and related classes and functions |
byteswap_test.cpp | Test scenarios for byteswap function |
extract_append_test.cpp | Test scenarios for extract_val and append_val functions |