39 #ifndef __OPENFLUID_FLUIDX_WARESETDESCRIPTOR_HPP__ 40 #define __OPENFLUID_FLUIDX_WARESETDESCRIPTOR_HPP__ 61 SetDescription_t m_SetDescription;
86 inline SetDescription_t&
items()
88 return (m_SetDescription);
96 inline const SetDescription_t&
items()
const 98 return (m_SetDescription);
109 m_Params[Key] = Value;
119 openfluid::ware::WareParams_t::const_iterator it;
121 for (it=Params.begin();it!=Params.end();++it)
122 m_Params[it->first] = it->second;
152 m_SetDescription.push_back(Item);
std::map< WareParamKey_t, WareParamValue_t > WareParams_t
Definition: TypeDefs.hpp:130
void setGlobalParameter(const openfluid::ware::WareParamKey_t &Key, const openfluid::ware::WareParamValue_t &Value)
Definition: WareSetDescriptor.hpp:106
SetDescription_t & items()
Definition: WareSetDescriptor.hpp:86
void appendItem(T *Item)
Definition: WareSetDescriptor.hpp:150
const SetDescription_t & items() const
Definition: WareSetDescriptor.hpp:96
Definition: WareSetDescriptor.hpp:52
void eraseGlobalParameter(const openfluid::ware::WareParamKey_t &Key)
Definition: WareSetDescriptor.hpp:140
std::list< T * > SetDescription_t
Definition: WareSetDescriptor.hpp:56
#define OPENFLUID_API
Definition: dllexport.hpp:87
void setGlobalParameters(const openfluid::ware::WareParams_t &Params)
Definition: WareSetDescriptor.hpp:117
std::string WareParamKey_t
Definition: TypeDefs.hpp:126
Definition: StringValue.hpp:91
openfluid::ware::WareParams_t getGlobalParameters() const
Definition: WareSetDescriptor.hpp:130
Definition: ApplicationException.hpp:47