MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu::DefaultProblemStrings< T, U > Class Template Reference

Helper class to initialize DefaultProblemTypeLists_ in class MasterList. More...

#include <MueLu_MasterList.hpp>

Public Member Functions

 DefaultProblemStrings (const T &key, const U &val)
DefaultProblemStrings< T, U > & operator() (const T &key, const U &val)
 operator std::map< T, U > () const

Private Attributes

std::map< T, U > map_

Detailed Description

template<typename T, typename U>
class MueLu::DefaultProblemStrings< T, U >

Helper class to initialize DefaultProblemTypeLists_ in class MasterList.

Definition at line 104 of file MueLu_MasterList.hpp.

Constructor & Destructor Documentation

◆ DefaultProblemStrings()

template<typename T, typename U>
MueLu::DefaultProblemStrings< T, U >::DefaultProblemStrings ( const T & key,
const U & val )
inline

Definition at line 106 of file MueLu_MasterList.hpp.

Member Function Documentation

◆ operator()()

template<typename T, typename U>
DefaultProblemStrings< T, U > & MueLu::DefaultProblemStrings< T, U >::operator() ( const T & key,
const U & val )
inline

Definition at line 110 of file MueLu_MasterList.hpp.

◆ operator std::map< T, U >()

template<typename T, typename U>
MueLu::DefaultProblemStrings< T, U >::operator std::map< T, U > ( ) const
inline

Definition at line 115 of file MueLu_MasterList.hpp.

Member Data Documentation

◆ map_

template<typename T, typename U>
std::map<T, U> MueLu::DefaultProblemStrings< T, U >::map_
private

Definition at line 120 of file MueLu_MasterList.hpp.


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