Skip to content
Snippets Groups Projects
Commit f68766a0 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

replace castingMap with callForType()

parent 5427af6d
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ namespace ChimeraTK { ...@@ -54,7 +54,7 @@ namespace ChimeraTK {
boost::shared_ptr<D_fct> autoCreate(std::shared_ptr<PropertyDescription> const& propertyDescription); boost::shared_ptr<D_fct> autoCreate(std::shared_ptr<PropertyDescription> const& propertyDescription);
template<class DOOCS_SCALAR_T, class DOOCS_PRIMARY_T, class DOOCS_ARRAY_T, class DOOCS_ARRAY_PRIMITIVE_T> template<class DOOCS_SCALAR_T, class DOOCS_PRIMARY_T, class DOOCS_ARRAY_T, class DOOCS_ARRAY_PRIMITIVE_T>
boost::shared_ptr<D_fct> typedCreateScalarOrArray(std::type_index valueType, ProcessVariable& processVariable, boost::shared_ptr<D_fct> typedCreateScalarOrArray(const std::type_info& valueType, ProcessVariable& processVariable,
AutoPropertyDescription const& propertyDescription, DecoratorType decoratorType); AutoPropertyDescription const& propertyDescription, DecoratorType decoratorType);
}; };
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment