This is the complete list of members for Dune::Fem::SingletonList< Key, Object, Factory >, including all inherited members.
| eraseItem(ListIteratorType &it) | Dune::Fem::SingletonList< Key, Object, Factory > | inlineprotectedstatic |
| FactoryType typedef | Dune::Fem::SingletonList< Key, Object, Factory > | |
| 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 |
| getObjFromList(const KeyType &key) | Dune::Fem::SingletonList< Key, Object, Factory > | inlinestatic |
| KeyType typedef | Dune::Fem::SingletonList< Key, Object, Factory > | |
| ListObjType typedef | Dune::Fem::SingletonList< Key, Object, Factory > | |
| ObjectType typedef | Dune::Fem::SingletonList< Key, Object, Factory > | |
| removeObject(const ObjectType &object) | Dune::Fem::SingletonList< Key, Object, Factory > | inlinestatic |
| SingletonList()=delete | Dune::Fem::SingletonList< Key, Object, Factory > | |
| SingletonList(const ThisType &)=delete | Dune::Fem::SingletonList< Key, Object, Factory > | |
| singletonList() | Dune::Fem::SingletonList< Key, Object, Factory > | inlinestatic |
| ValueType typedef | Dune::Fem::SingletonList< Key, Object, Factory > | |