Namespace processfactory_mod¶
Namespace List > processfactory_mod
Public Functions¶
| Type | Name |
|---|---|
| class(processinterface) function, allocatable, public | create_process (character(len=*), intent(in) process_name, type(statemanagertype), intent(inout) container, integer, intent(out) rc) Module-level convenience function. |
| subroutine | factory_init (class(processfactorytype), intent(inout) this, integer, intent(out) rc) |
Public Functions Documentation¶
function create_process¶
Module-level convenience function.
class( processinterface ) function, allocatable, public processfactory_mod::create_process (
character(len=*), intent(in) process_name,
type( statemanagertype ), intent(inout) container,
integer, intent(out) rc
)
function factory_init¶
subroutine processfactory_mod::factory_init (
class( processfactorytype ), intent(inout) this,
integer, intent(out) rc
)
The documentation for this class was generated from the following file src/core/ProcessFactory_Mod.F90