WSF
WsfScriptEM_PropagationClass.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 2020 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 WSFSCRIPTEM_PROPAGATIONCLASS_HPP
13#define WSFSCRIPTEM_PROPAGATIONCLASS_HPP
14
15#include "wsf_export.h"
16
17#include <string>
18
20
22{
23public:
24 WsfScriptEM_PropagationClass(const std::string& aClassName, UtScriptTypes* aTypesPtr);
25
26 ~WsfScriptEM_PropagationClass() override = default;
27};
28
29#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfScriptEM_PropagationClass(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptEM_PropagationClass.cpp:15
~WsfScriptEM_PropagationClass() override=default
WsfScriptObjectClass(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptObjectClass.cpp:24
Copyrights Multiple, All Rights Reserved