odtone::mih::iq_bin_data
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/bin_query.hpp> struct iq_bin_data { // construct/copy/destruct iq_bin_data(); // public member functions template<typename ArchiveT> void serialize(ArchiveT &); // public data members boost::variant< null, querier_loc > _querier_loc; boost::variant< null, net_type_inc > _net_type_inc; boost::variant< null, netwk_inc > _netwk_inc; boost::variant< null, rpt_templ > _rpt_templ; boost::variant< null, rpt_limit > _rpt_limit; boost::variant< null, curr_pref > _currency; };
IQ_BIN_DATA data type.
iq_bin_data
public
public data membersboost::variant< null, querier_loc > _querier_loc;
Querier's location.
boost::variant< null, net_type_inc > _net_type_inc;
Set of link types.
boost::variant< null, netwk_inc > _netwk_inc;
List of network identifiers.
boost::variant< null, rpt_templ > _rpt_templ;
List of IEs types.
boost::variant< null, rpt_limit > _rpt_limit;
Report limitation.
boost::variant< null, curr_pref > _currency;
Currency preference.