eLynx SDK
v3.0.1 C++ image processing API reference |
#include "UUID.h"
Go to the source code of this file.
Classes | |
class | eLynx::IPluginPackage |
Namespaces | |
namespace | eLynx |
Defines | |
#define | ExportedByPlugin |
#define | EXPORT_PLUGIN_PACKAGE "GetPluginPackage" |
Export function #1 from dll. | |
#define | IMPLEMENT_PLUGIN_PACKAGE(_iPluginPackageImpl_) |
Macro do implement a plugin package startup. | |
Typedefs | |
typedef const IPluginPackage *(* | eLynx::elxGetPluginPackage )() |
#define ExportedByPlugin |
Definition at line 34 of file IPluginPackage.h.
#define EXPORT_PLUGIN_PACKAGE "GetPluginPackage" |
#define IMPLEMENT_PLUGIN_PACKAGE | ( | _iPluginPackageImpl_ | ) |
Value:
extern "C" ExportedByPlugin const IPluginPackage * GetPluginPackage() \ { \ static const _iPluginPackageImpl_ ms_Package; \ return &ms_Package; \ }
Definition at line 77 of file IPluginPackage.h.