Kratos registry auxiliaries This static class collect all the auxiliary functions to be used to register c++ items.
More...
#include <registry_auxiliaries.h>
|
|
template<typename TPrototypeType > |
static void | RegisterProcessWithPrototype (const std::string ModuleName, const std::string ProcessName, TPrototypeType rProcessPrototype) |
|
template<typename TPrototypeType > |
static void | RegisterOperationWithPrototype (const std::string ModuleName, const std::string OperationName, TPrototypeType rOperationPrototype) |
|
template<typename TPrototypeType > |
static void | RegisterControllerWithPrototype (const std::string ModuleName, const std::string ControllerName, TPrototypeType rControllerPrototype) |
|
Kratos registry auxiliaries This static class collect all the auxiliary functions to be used to register c++ items.
◆ RegistryAuxiliaries() [1/2]
Kratos::RegistryAuxiliaries::RegistryAuxiliaries |
( |
| ) |
|
|
delete |
◆ RegistryAuxiliaries() [2/2]
◆ ~RegistryAuxiliaries()
Kratos::RegistryAuxiliaries::~RegistryAuxiliaries |
( |
| ) |
|
|
delete |
◆ KRATOS_CLASS_POINTER_DEFINITION()
◆ RegisterControllerWithPrototype()
template<typename TPrototypeType >
static void Kratos::RegistryAuxiliaries::RegisterControllerWithPrototype |
( |
const std::string |
ModuleName, |
|
|
const std::string |
ControllerName, |
|
|
TPrototypeType |
rControllerPrototype |
|
) |
| |
|
inlinestatic |
◆ RegisterOperationWithPrototype()
template<typename TPrototypeType >
static void Kratos::RegistryAuxiliaries::RegisterOperationWithPrototype |
( |
const std::string |
ModuleName, |
|
|
const std::string |
OperationName, |
|
|
TPrototypeType |
rOperationPrototype |
|
) |
| |
|
inlinestatic |
◆ RegisterProcessWithPrototype()
template<typename TPrototypeType >
static void Kratos::RegistryAuxiliaries::RegisterProcessWithPrototype |
( |
const std::string |
ModuleName, |
|
|
const std::string |
ProcessName, |
|
|
TPrototypeType |
rProcessPrototype |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: