'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Class ie_container_poa_list

odtone::mih::ie_container_poa_list

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/information_elements.hpp>


class ie_container_poa_list {
public:

  // public member functions
  void serialize(oarchive &);
  void serialize(iarchive &);

  // public data members
  vendor_ie_list vendor_ies;
};

Description

PoA list IE type.

ie_container_poa_list public member functions

  1. void serialize(oarchive & ar);

    Serialize the PoA list IE type.

    Parameters:

    ar

    The archive to where serialize the data type.

  2. void serialize(iarchive & ar);

    Deserialize the PoA list IE type.

    Parameters:

    ar

    The archive from where deserialize the data type.


PrevUpHomeNext