EMANE  1.2.1
loaderplugin.h File Reference

Go to the source code of this file.

Classes

class  EMANE::Generators::EEL::LoaderPlugin
 Interface used to create an EEL loader plugin implementation. More...
 

Namespaces

 EMANE
 
 EMANE::Generators
 
 EMANE::Generators::EEL
 

Macros

#define DECLARE_EEL_LOADER_PLUGIN(X)
 

Macro Definition Documentation

◆ DECLARE_EEL_LOADER_PLUGIN

#define DECLARE_EEL_LOADER_PLUGIN (   X)
Value:
extern "C" EMANE::Generators::EEL::LoaderPlugin * create() \
{return new X;} \
extern "C" void destroy(EMANE::Generators::EEL::LoaderPlugin * p) \
{delete p;}
Interface used to create an EEL loader plugin implementation.
Definition: loaderplugin.h:51

Definition at line 91 of file loaderplugin.h.