libmoldeo (Moldeo 1.0 Core)  1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moBasePlugin.h File Reference
#include "moText.h"
#include <dlfcn.h>

Go to the source code of this file.

Classes

class  moPluginDefinition
 Definición de un plugin. More...
 

Macros

#define MO_PLG_API
 
#define MO_PLG_ENTRY
 

Typedefs

typedef void * MOpluginHandle
 

Functions

MOpluginHandle moLoadPlugin (moText fn)
 
void moUnloadPlugin (MOpluginHandle &handle)
 
 moDeclareExportedDynamicArray (moPluginDefinition, moPluginDefinitions)
 

Macro Definition Documentation

#define MO_PLG_API

Definition at line 45 of file moBasePlugin.h.

#define MO_PLG_ENTRY

Definition at line 46 of file moBasePlugin.h.

Typedef Documentation

typedef void* MOpluginHandle

Definition at line 44 of file moBasePlugin.h.

Function Documentation

moDeclareExportedDynamicArray ( moPluginDefinition  ,
moPluginDefinitions   
)
MOpluginHandle moLoadPlugin ( moText  fn)
inline

Definition at line 55 of file moBasePlugin.h.

void moUnloadPlugin ( MOpluginHandle handle)
inline

Definition at line 64 of file moBasePlugin.h.