Documentation for OpenFLUID
2.2.0
|
#include <openfluid/fluidx/FluidXDescriptor.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 | DEFINE_BUILDEREXT_CLASS(pluginclassname) |
Typedefs | |
typedef PluggableBuilderExtension *(* | openfluid::builderext::GetPluggableBuilderExtensionBodyProc) () |
typedef BuilderExtensionSignature *(* | openfluid::builderext::GetPluggableBuilderExtensionSignatureProc) () |
#define DEFINE_BUILDEREXT_CLASS | ( | pluginclassname | ) |
Macro for definition of builder extension class hook
[in] | pluginclassname | The name of the class to instantiate |