7 #ifndef cf3_solver_actions_LibActions_hpp
8 #define cf3_solver_actions_LibActions_hpp
18 #ifdef COOLFLUID_SOLVER_ACTIONS_EXPORTS
19 # define solver_actions_API CF3_EXPORT_API
20 # define solver_actions_TEMPLATE
22 # define solver_actions_API CF3_IMPORT_API
23 # define solver_actions_TEMPLATE CF3_TEMPLATE_EXTERN
63 return "This library implements the actions API.";
67 static std::string
type_name() {
return "LibActions"; }
79 #endif // cf3_solver_actions_LibActions_hpp
std::string name(ComponentWrapper &self)
Class defines the initialization and termination of the library actions.
#define solver_actions_API
LibActions(const std::string &name)
Constructor.
Top-level namespace for coolfluid.
static std::string type_name()
Gets the Class name.
Component class for a library.
static std::string library_namespace()
static std::string library_description()
static std::string library_name()