|
WSF
|
#include "wsf_export.h"#include <map>#include <mutex>#include <set>#include <string>#include <vector>#include "UtCallbackHolder.hpp"#include "UtCompilerAttributes.hpp"#include "UtScriptData.hpp"#include "UtScriptDataPack.hpp"#include "WsfApplication.hpp"#include "WsfPlatformObserver.hpp"#include "WsfScenarioExtension.hpp"#include "WsfSimulation.hpp"#include "WsfSimulationExtension.hpp"#include "WsfStringId.hpp"

Go to the source code of this file.
Classes | |
| class | WsfScriptObserverExtension |
| class | WsfScriptObserver |
| struct | WsfScriptObserver::EventData |
| class | WsfScriptObserver::EventGuard |
Namespaces | |
| namespace | wsf |
| Function definitions for those who need run-time access to the version. | |
| namespace | wsf::comm |
| namespace | wsf::comm::router |
| namespace | detail |
Typedefs | |
| using | detail::EventGuard = WsfScriptObserver::EventGuard |
Functions | |
| template<bool B> | |
| CPP17_NODISCARD EventGuard | detail::make_event_guard (WsfScriptObserver &) |
| template<> | |
| CPP17_NODISCARD EventGuard | detail::make_event_guard< true > (WsfScriptObserver &aScriptObserver) |