WSF
WsfPluginManager.hpp File Reference
#include "wsf_export.h"
#include <list>
#include <memory>
#include <string>
#include <utility>
#include "UtPluginManager.hpp"
Include dependency graph for WsfPluginManager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WsfPluginManager

Macros

#define WSF_PLUGIN_DEFINE_VERSION

Macro Definition Documentation

◆ WSF_PLUGIN_DEFINE_VERSION

#define WSF_PLUGIN_DEFINE_VERSION
Value:
extern "C" \
{ \
UT_PLUGIN_EXPORT void WSF_PluginVersion(UtPluginVersion* aOutVersion) \
{ \
*aOutVersion = UT_PLUGIN_VERSION_CREATE; \
} \
}
Copyrights Multiple, All Rights Reserved