12#ifndef TASKCOUNTRY_HPP
13#define TASKCOUNTRY_HPP
15#include "usmtf_export.h"
44 TaskCountry(
const std::string& aSTF,
const std::vector<Field>& aFields)
noexcept;
46 const std::string&
GetCountry() const noexcept;
Set(const std::string &aSTF, const std::vector< Field > &aFields) noexcept
Definition Set.cpp:22
const std::string & GetCountry() const noexcept
Definition TaskCountry.cpp:31
TaskCountry(const std::string &aSTF, const std::vector< Field > &aFields) noexcept
Definition TaskCountry.cpp:18
TaskCountry(const TaskCountry &)=delete
Template specialization for wsf::comm::Address. Allows usage of Address in std::unordered_map/set.
Definition WsfCommAddress.hpp:185