odtone::mih::tlv_type_
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/tlv.hpp> template<typename T, typename TLV> class tlv_type_ { public: // types typedef tlv_type_< T, TLV > tlv_type; // construct/copy/destruct tlv_type_(T &); // public member functions void serialize(iarchive &) const; void serialize(oarchive &) const; };
The MIH types support serialization and deserialization for the input archive and output archive. However, these particular archives do not include the TLVs fields. So this class is responsible for managing the mandatory TLVs and for offering mechanisms to serialize and deserialize them.