MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 70 of file MueLu_MasterList.hpp.

Constructor & Destructor Documentation

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

Definition at line 139 of file MueLu_MasterList.hpp.

Member Function Documentation

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

Definition at line 143 of file MueLu_MasterList.hpp.

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

Definition at line 148 of file MueLu_MasterList.hpp.

Member Data Documentation

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

Definition at line 152 of file MueLu_MasterList.hpp.


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