- Copyright
- Copyright (c) 2012-2025, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
Definition in file ReflectionIPData.h.
|
| template<typename... Ts> |
| auto | ProcessLib::Reflection::detail::reflect (std::type_identity< std::tuple< Ts... > >) |
| |
| template<has_reflect T> |
| auto | ProcessLib::Reflection::detail::reflect (std::type_identity< T >) |
| |
| template<typename T , typename Tag > |
| auto | ProcessLib::Reflection::detail::reflect (std::type_identity< BaseLib::StrongType< T, Tag > >) |
| |
| template<int Dim, typename Accessor_IPDataVecInLocAsm , typename Accessor_CurrentLevelFromIPDataVecElement > |
| GetFlattenedIPDataFromLocAsm< Dim, std::remove_cvref_t< Accessor_IPDataVecInLocAsm >, std::remove_cvref_t< Accessor_CurrentLevelFromIPDataVecElement > > | ProcessLib::Reflection::detail::getFlattenedIPDataFromLocAsm (Accessor_IPDataVecInLocAsm accessor_ip_data_vec_in_loc_asm, Accessor_CurrentLevelFromIPDataVecElement accessor_current_level_from_ip_data_vec_element) |
| |
| template<int Dim, typename Accessor_IPDataVecInLocAsm > |
| auto | ProcessLib::Reflection::detail::getFlattenedIPDataFromLocAsm (Accessor_IPDataVecInLocAsm &&accessor_ip_data_vec_in_loc_asm) |
| |
| template<int Dim, typename Callback , typename ReflectionDataTuple , typename Accessor_IPDataVecInLocAsm , typename Accessor_CurrentLevelFromIPDataVecElement > |
| void | ProcessLib::Reflection::detail::forEachReflectedFlattenedIPDataAccessor (Callback const &callback, ReflectionDataTuple const &reflection_data, Accessor_IPDataVecInLocAsm const &accessor_ip_data_vec_in_loc_asm, Accessor_CurrentLevelFromIPDataVecElement const &accessor_current_level_from_ip_data_vec_element) |
| |
| template<int Dim, typename Callback , typename ReflectionDataTuple , typename Accessor_IPDataVecInLocAsm > |
| void | ProcessLib::Reflection::detail::forEachReflectedFlattenedIPDataAccessor (Callback const &callback, ReflectionDataTuple const &reflection_data, Accessor_IPDataVecInLocAsm const &accessor_ip_data_vec_in_loc_asm) |
| |
| template<int Dim, typename LocAsmIF , typename Callback , typename ReflData > |
| void | ProcessLib::Reflection::forEachReflectedFlattenedIPDataAccessor (ReflData const &reflection_data, Callback const &callback) |
| |