MueLu  Version of the Day
MueLu::DefaultProblemStrings Class 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

Helper class to initialize DefaultProblemTypeLists_ in class MasterList.

Definition at line 70 of file MueLu_MasterList.hpp.

Constructor & Destructor Documentation

◆ DefaultProblemStrings()

MueLu::DefaultProblemStrings::DefaultProblemStrings ( const T &  key,
const U &  val 
)
inline

Definition at line 139 of file MueLu_MasterList.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 143 of file MueLu_MasterList.hpp.

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

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

Definition at line 148 of file MueLu_MasterList.hpp.

Member Data Documentation

◆ map_

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

Definition at line 152 of file MueLu_MasterList.hpp.


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