WSF
WsfExtScriptExtensions.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 2022 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 WSFEXTSCRIPTEXTENSIONS_HPP
13#define WSFEXTSCRIPTEXTENSIONS_HPP
14
15#include "wsf_export.h"
16
17#include "UtScriptExtension.hpp"
18
19namespace wsf
20{
21namespace ext
22{
23class WSF_EXPORT ScriptExtensions : public UtScriptExtension
24{
25public:
26 static void ExtendScriptClasses(UtScriptTypes& aTypes);
27 bool AddExtClassMethods(const std::string& aClassName, const std::string& aBaseName, UtScriptTypes* aScriptTypesPtr) override;
28};
29} // namespace ext
30} // namespace wsf
31
32#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfExtScriptExtensions.hpp:24
static void ExtendScriptClasses(UtScriptTypes &aTypes)
Definition WsfExtScriptExtensions.cpp:38
bool AddExtClassMethods(const std::string &aClassName, const std::string &aBaseName, UtScriptTypes *aScriptTypesPtr) override
Definition WsfExtScriptExtensions.cpp:44
Definition WsfExtScriptExtensions.cpp:24
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved