Go to the documentation of this file.
46 #ifndef MUELU_FACTORYMANAGERBASE_HPP
47 #define MUELU_FACTORYMANAGERBASE_HPP
78 const virtual RCP<const FactoryBase>
GetFactory(
const std::string& varName)
const = 0;
83 virtual bool hasFactory(
const std::string& varName)
const = 0;
89 #ifdef HAVE_MUELU_DEBUG
90 virtual void ResetDebugData()
const = 0;
110 #define MUELU_FACTORYMANAGERBASE_SHORT
111 #endif //ifndef MUELU_FACTORYMANAGERBASE_HPP
bool IgnoreUserData() const
get IgnoreUserData flag
void SetIgnoreUserData(bool bIgnoreUserData=false)
set IgnoreUserData flag
const virtual RCP< const FactoryBase > GetFactory(const std::string &varName) const =0
Get.
Namespace for MueLu classes and methods.
Base class for MueLu classes.
virtual bool hasFactory(const std::string &varName) const =0
Check.
virtual void Clean() const
Class that provides default factories within Needs class.
virtual ~FactoryManagerBase()
Destructor.