'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct bin_civic_location

odtone::mih::bin_civic_location

Synopsis

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


struct bin_civic_location {

  // public member functions
  template<typename ArchiveT> void serialize(ArchiveT &);

  // public data members
  cntry_code _country_code;
  civic_addr _civic_addr;
};

Description

BIN_CIVIC_LOCATION data type.

bin_civic_location public member functions

  1. template<typename ArchiveT> void serialize(ArchiveT & ar);

    Serialize/deserialize the BIN_CIVIC_LOCATION data type.

    Parameters:

    ar

    The archive to/from where serialize/deserialize the data type.

bin_civic_location public public data members

  1. cntry_code _country_code;

    Country code.

  2. civic_addr _civic_addr;

    Civic address.


PrevUpHomeNext