![]() |
#include <openfluid/fluidx/AdvancedFluidXDescriptor.hpp>
#include <openfluid/ware/PluggableWare.hpp>
#include <openfluid/builderext/BuilderExtensionSignature.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 )() |
#define DECLARE_BUILDEREXT_PLUGIN |
#define DEFINE_BUILDEREXT_CLASS | ( | pluginclassname | ) |
Macro for definition of builder extension class hook
[in] | pluginclassname | The name of the class to instantiate |