eLynx SDK v3.0.1
C++ image processing API reference

IPluginPackage.h File 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 Documentation

#define ExportedByPlugin

Definition at line 34 of file IPluginPackage.h.

#define EXPORT_PLUGIN_PACKAGE   "GetPluginPackage"

Export function #1 from dll.

Definition at line 38 of file IPluginPackage.h.

#define IMPLEMENT_PLUGIN_PACKAGE ( _iPluginPackageImpl_   ) 

Value:

extern "C" ExportedByPlugin const IPluginPackage * GetPluginPackage() \
{                                                                     \
  static const _iPluginPackageImpl_ ms_Package;                       \
  return &ms_Package;                                                 \
}
Macro do implement a plugin package startup.

Definition at line 77 of file IPluginPackage.h.


Generated on 14 Apr 2009 by doxygen 1.5.8