![]() |
CppSerdes
1.0
A serialization/deserialization library designed with embedded systems in mind
|
| ▼Nserdes | CppSerdes library namespace |
| Ninit_formatter | Init_formatter() constructs a serdes::formatter object lambda without using dynamic memory allocation. A number of different use cases are supported, see serdes::formatter for examples |
| Ninit_this_formatter | Init_this_formatter() constructs a serdes::formatter object lambda without using dynamic memory allocation. Same as init_formatter but captures "this", only necessary for older compilers which don't capture "this" automatically |
| Nliterals | Fixed size literals, useful when specifying serialization actions to convey exact bit widths |