WSF
Validatable.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 VALIDATABLE_HPP
13#define VALIDATABLE_HPP
14
15#include "usmtf_export.h"
16
17#include "ErrorManager.hpp"
18
19namespace usmtf
20{
23class USMTF_EXPORT Validatable : public ErrorManager
24{
25public:
26 bool IsValid() const noexcept;
27};
28} // namespace usmtf
29
30#endif
Definition ErrorManager.hpp:27
Definition Validatable.hpp:24
bool IsValid() const noexcept
Definition Validatable.cpp:16
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved