odtone::mih::vendor_ie_list
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/vendor_ie.hpp> class vendor_ie_list { public: // public member functions void serialize(oarchive &); void serialize(iarchive &); };
Define LIST(Vendor_IE) data type.
vendor_ie_list
void serialize(oarchive & ar);
Serialize the LIST(Vendor_IE) data type.
Parameters:
ar
The archive to where serialize the data type.
void serialize(iarchive & ar);
Deserialize the LIST(Vendor_IE) data type.
The archive from where deserialize the data type.