dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
Dune::Fem::SingletonList ::SingletonListStorage< Key, Object, Factory > Class Template Reference

#include <dune/fem/storage/singletonlist.hh>

Public Member Functions

 SingletonListStorage ()
 
 ~SingletonListStorage ()
 
ListType & singletonList ()
 
void deleteItem (const ListIteratorType &it)
 

Protected Attributes

ListType singletonList_
 

Constructor & Destructor Documentation

◆ SingletonListStorage()

template<class Key , class Object , class Factory >
Dune::Fem::SingletonList ::SingletonListStorage< Key, Object, Factory >::SingletonListStorage ( )
inline

◆ ~SingletonListStorage()

template<class Key , class Object , class Factory >
Dune::Fem::SingletonList ::SingletonListStorage< Key, Object, Factory >::~SingletonListStorage ( )
inline

Member Function Documentation

◆ deleteItem()

template<class Key , class Object , class Factory >
void Dune::Fem::SingletonList ::SingletonListStorage< Key, Object, Factory >::deleteItem ( const ListIteratorType &  it)
inline

◆ singletonList()

template<class Key , class Object , class Factory >
ListType & Dune::Fem::SingletonList ::SingletonListStorage< Key, Object, Factory >::singletonList ( )
inline

Member Data Documentation

◆ singletonList_

template<class Key , class Object , class Factory >
ListType Dune::Fem::SingletonList ::SingletonListStorage< Key, Object, Factory >::singletonList_
protected

The documentation for this class was generated from the following file: