Go to the documentation of this file.
46 #ifndef MUELU_FACTORYMANAGERBASE_HPP
47 #define MUELU_FACTORYMANAGERBASE_HPP
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
DASHPOS string(SUBSTRING ${CLASS} 0 ${DASHPOS} CLASS_NAME) set(CONDITION_NAME "") set(CONDITION_NAME_END "") string(SUBSTRING $
void SetIgnoreUserData(bool bIgnoreUserData=false)
set IgnoreUserData flag
Namespace for MueLu classes and methods.
Base class for MueLu classes.
virtual const RCP< const FactoryBase > GetFactory(const std::string &varName) const =0
Get.
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.