'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Class vendor_ie_list

odtone::mih::vendor_ie_list

Synopsis

// 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 &);
};

Description

Define LIST(Vendor_IE) data type.

vendor_ie_list public member functions

  1. void serialize(oarchive & ar);

    Serialize the LIST(Vendor_IE) data type.

    Parameters:

    ar

    The archive to where serialize the data type.

  2. void serialize(iarchive & ar);

    Deserialize the LIST(Vendor_IE) data type.

    Parameters:

    ar

    The archive from where deserialize the data type.


PrevUpHomeNext