yalantinglibs/include/ylt/struct_pack
saipubw 9d2966424e
[struct_pack] support 256 field (#688)
2024-06-04 16:27:30 +08:00
..
alignment.hpp [struct_pack] refactor code (#464) 2023-09-21 17:46:12 +08:00
calculate_size.hpp [struct_pack][feature] add support for user-defined serialization (#514) 2023-12-05 12:07:39 +08:00
compatible.hpp [struct_pack][doc] fix cnapi document (#563) 2024-01-11 12:30:52 +08:00
derived_helper.hpp [struct_pack] fixed serialize std::unique_ptr<T> with T is derived class. (#634) 2024-03-18 15:58:44 +08:00
derived_marco.hpp [struct_pack] fixed serialize std::unique_ptr<T> with T is derived class. (#634) 2024-03-18 15:58:44 +08:00
endian_wrapper.hpp [struct_pack] enhance struct_pack::write/read/get_write_size (#551) 2023-12-28 16:50:16 +08:00
error_code.hpp [struct_pack][breakchange] use struct_pack::err_code instead of struct_pack::errc as return value (#566) 2024-01-17 18:10:56 +08:00
foreach_macro.h [struct_pack] support 256 field (#688) 2024-06-04 16:27:30 +08:00
marco.h [struct_pack] Add support for big-endian platform (#474) 2023-10-13 15:36:33 +08:00
md5_constexpr.hpp [struct_pack][doc] fix cnapi document (#563) 2024-01-11 12:30:52 +08:00
packer.hpp [struct_pack] enhance struct_pack::write/read/get_write_size (#551) 2023-12-28 16:50:16 +08:00
reflection.hpp [struct_pack] support 256 field (#688) 2024-06-04 16:27:30 +08:00
size_info.hpp [struct_paack][fix] fix size_info operator + & namespace (#560) 2024-01-08 15:15:33 +08:00
trivial_view.hpp [struct_pack][doc] fix cnapi document (#563) 2024-01-11 12:30:52 +08:00
tuple.hpp refactor project (#347) 2023-07-04 14:09:35 +08:00
type_calculate.hpp [struct_pack][bugfix] base class can't optimized as no container type in compile-time. (#599) 2024-02-19 12:24:55 +08:00
type_id.hpp [struct_pack] relax limitation for long (#535) 2023-12-21 14:17:01 +08:00
type_trait.hpp [struct_pack] enhance serialize performance by uninitialized resize (#489) 2023-11-10 16:36:36 +08:00
unpacker.hpp [struct_pack][breakchange] use struct_pack::err_code instead of struct_pack::errc as return value (#566) 2024-01-17 18:10:56 +08:00
user_helper.hpp [struct_pack][breakchange] use struct_pack::err_code instead of struct_pack::errc as return value (#566) 2024-01-17 18:10:56 +08:00
util.h [struct_pack] fix msvc assert failed when string resize (#631) 2024-03-17 22:22:24 +08:00
varint.hpp [struct_pack][breakchange] use struct_pack::err_code instead of struct_pack::errc as return value (#566) 2024-01-17 18:10:56 +08:00