39 #ifndef __OPENFLUID_WARE_WAREPARAMSTREE_HPP__
40 #define __OPENFLUID_WARE_WAREPARAMSTREE_HPP__
43 #include <openfluid/ware/TypeDefs.hpp>
Definition: StringValue.hpp:83
Definition: WareParamsTree.hpp:52
const WareParamsTreeNode & root() const
Definition: WareParamsTree.hpp:75
openfluid::core::StringValue getValueUsingFullKey(const std::string &FullName, const openfluid::core::StringValue &DefaultVal) const
void setParams(const WareParams_t &Params)
openfluid::core::StringValue getValueUsingFullKey(const std::string &FullName) const
openfluid::core::Tree< std::string, openfluid::core::StringValue > WareParamsTreeNode
Definition: WareParamsTree.hpp:55
WareParamsTree(const WareParams_t &Params)
WareParamsTreeNode & root()
Definition: WareParamsTree.hpp:70
#define OPENFLUID_API
Definition: dllexport.hpp:86
std::map< WareParamKey_t, WareParamValue_t > WareParams_t
Definition: TypeDefs.hpp:146
Definition: ApplicationException.hpp:47