Binary Serialize
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  example
 binary_serialize_example.cppExample code demonstrating use of
  include
  serialize
 binary_serialize.hpp
 byteswap.hppThis is an implementation of the C++ 23 std::byteswap function, for use in pre C++ 23 applications
 extract_append.hppFunctions 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.cppTest scenarios for the marshall and unmarshall function templates and related classes and functions
 byteswap_test.cppTest scenarios for byteswap function
 extract_append_test.cppTest scenarios for extract_val and append_val functions