Contains the Codec class, which encodes and decodes types to and from Packets. More...
Go to the source code of this file.
Classes | |
struct | nrg::Codec< T, E > |
Encodes and Decodes any type into a Packet object. More... | |
struct | nrg::Codec< T, typename enable_if< has_encode_decode< T >::value >::type > |
Specialisation of Codec for types that have their own encode and decode methods. More... | |
struct | nrg::Codec< char[len]> |
Specialisation of Codec for arrays of char. More... | |
struct | nrg::Codec< std::string > |
Specialisation of Codec for std::string objects. More... | |