DUNE-FEM (2.10)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dune::Fem::SingletonList< Key, Object, Factory > Member List
This is the complete list of members for Dune::Fem::SingletonList< Key, Object, Factory >, including all inherited members.
getObject(const KeyType &key, Args &&... args) -> std::enable_if_t< std::is_same< decltype(FactoryType::createObject(key, std::forward< Args >(args)...)), ObjectType * >::value, ObjectType & > | Dune::Fem::SingletonList< Key, Object, Factory > | inlinestatic |
removeObject(const ObjectType &object) | Dune::Fem::SingletonList< Key, Object, Factory > | inlinestatic |
singletonList() | Dune::Fem::SingletonList< Key, Object, Factory > | inlinestatic |
