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