WSF
TaskCountry.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2019 Infoscitex, a DCS Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef TASKCOUNTRY_HPP
13#define TASKCOUNTRY_HPP
14
15#include "usmtf_export.h"
16
17#include <string>
18
19#include "Field.hpp"
20#include "Set.hpp"
21
22
23namespace usmtf
24{
25
41class USMTF_EXPORT TaskCountry : public Set
42{
43public:
44 TaskCountry(const std::string& aSTF, const std::vector<Field>& aFields) noexcept;
45 TaskCountry(const TaskCountry&) = delete;
46 const std::string& GetCountry() const noexcept;
47
48private:
49 std::string mCountry;
50};
51} // namespace usmtf
52
53#endif
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
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved