WSF
FuelType.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 FUELTYPE_HPP
13#define FUELTYPE_HPP
14
15#include "usmtf_export.h"
16
17#include <string>
18
19#include "FFIRN_Validator.hpp"
20#include "RegexValidator.hpp"
21
22namespace usmtf
23{
26
59class USMTF_EXPORT FuelType : public RegexValidator
60{
61public:
62 FuelType();
63 bool ParseAndValidate(const Field& aField) override;
64 const std::string& GetType() const noexcept;
65
66protected:
67 std::string mType;
68};
69} // namespace usmtf
70#endif
Definition Field.hpp:48
FuelType()
Definition FuelType.cpp:16
const std::string & GetType() const noexcept
Definition FuelType.cpp:35
bool ParseAndValidate(const Field &aField) override
Definition FuelType.cpp:24
std::string mType
Definition FuelType.hpp:67
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved