dune-fem  2.4.1-rc
Public Member Functions | Protected Attributes | List of all members
Dune::Fem::SingletonList< Key, Object, Factory >::SingletonListStorage Class Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/storage/singletonlist.hh>

Public Member Functions

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

Protected Attributes

ListType singletonList_
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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