12#ifndef NAMEDLOCATION_HPP
13#define NAMEDLOCATION_HPP
15#include "usmtf_export.h"
Definition ICAO_Resolver.hpp:28
std::string mLocation
Definition NamedLocation.hpp:42
bool mIsFreeForm
Definition NamedLocation.hpp:43
ICAO_Resolver mICAOService
Definition NamedLocation.hpp:41
bool ParseAndValidate(const Field &aField) override
Definition NamedLocation.cpp:16
const std::string & GetLocation() const noexcept
Definition NamedLocation.cpp:38
bool IsLocationFreeForm() const noexcept
Definition NamedLocation.cpp:43
Template specialization for wsf::comm::Address. Allows usage of Address in std::unordered_map/set.
Definition WsfCommAddress.hpp:185