All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros | Typedefs
PluggableBuilderExtension.hpp File Reference

Header of ... More...

#include <openfluid/fluidx/AdvancedFluidXDescriptor.hpp>
#include <openfluid/ware/PluggableWare.hpp>
#include <openfluid/builderext/BuilderExtensionSignature.hpp>
#include <openfluid/builderext/FluidXUpdateFlags.hpp>
#include <openfluid/dllexport.hpp>

Go to the source code of this file.

Classes

class  openfluid::builderext::PluggableBuilderExtension
 

Namespaces

 openfluid
 
 openfluid::builderext
 

Macros

#define DECLARE_BUILDEREXT_PLUGIN
 
#define DEFINE_BUILDEREXT_CLASS(pluginclassname)
 

Typedefs

typedef
PluggableBuilderExtension *(* 
openfluid::builderext::GetPluggableBuilderExtensionBodyProc )()
 
typedef
BuilderExtensionSignature *(* 
openfluid::builderext::GetPluggableBuilderExtensionSignatureProc )()
 

Detailed Description

Header of ...

Author
Jean-Christophe FABRE fabre.nosp@m.jc@s.nosp@m.upagr.nosp@m.o.in.nosp@m.ra.fr

Macro Definition Documentation

#define DECLARE_BUILDEREXT_PLUGIN
Value:
extern "C" \
{ \
}
Definition: BuilderExtensionSignature.hpp:107
#define WAREABIVERSION_PROC_DECL
Definition: PluggableWare.hpp:72
Definition: PluggableBuilderExtension.hpp:95
#define WAREBODY_PROC_DECL
Definition: PluggableWare.hpp:60
#define WARESIGNATURE_PROC_DECL
Definition: PluggableWare.hpp:66
#define DLLEXPORT
Definition: dllexport.hpp:51

Macro for declaration of builder extension and signature hooks

#define DEFINE_BUILDEREXT_CLASS (   pluginclassname)
Value:
std::string WAREABIVERSION_PROC_DECL() \
{ \
return std::string(openfluid::config::FULL_VERSION); \
} \
\
openfluid::builderext::PluggableBuilderExtension* WAREBODY_PROC_DECL() \
{ \
return new pluginclassname(); \
}
#define WAREABIVERSION_PROC_DECL
Definition: PluggableWare.hpp:72
#define WAREBODY_PROC_DECL
Definition: PluggableWare.hpp:60

Macro for definition of builder extension class hook

Parameters
[in]pluginclassnameThe name of the class to instantiate