38 #ifndef __OPENFLUID_FLUIDX_WARESETDESCRIPTOR_HPP__ 
   39 #define __OPENFLUID_FLUIDX_WARESETDESCRIPTOR_HPP__ 
   47 namespace openfluid { 
namespace fluidx {
 
   77       return (m_SetDescription);
 
   87       return (m_SetDescription);
 
   98       m_Params[Key] = Value;
 
  108       openfluid::ware::WareParams_t::const_iterator it;
 
  110       for (it=Params.begin();it!=Params.end();++it)
 
  111         m_Params[it->first] = it->second;
 
  141       m_SetDescription.push_back(Item);
 
void appendItem(T *Item)
Definition: WareSetDescriptor.hpp:139
std::list< T * > SetDescription_t
Definition: WareSetDescriptor.hpp:55
std::string WareParamKey_t
Definition: TypeDefs.hpp:89
openfluid::ware::WareParams_t getGlobalParameters() const 
Definition: WareSetDescriptor.hpp:119
void eraseGlobalParameter(const openfluid::ware::WareParamKey_t &Key)
Definition: WareSetDescriptor.hpp:129
const SetDescription_t & items() const 
Definition: WareSetDescriptor.hpp:85
Definition: WareSetDescriptor.hpp:51
SetDescription_t & items()
Definition: WareSetDescriptor.hpp:75
Definition: StringValue.hpp:91
void setGlobalParameters(const openfluid::ware::WareParams_t &Params)
Definition: WareSetDescriptor.hpp:106
#define OPENFLUID_API
Definition: dllexport.hpp:87
void setGlobalParameter(const openfluid::ware::WareParamKey_t &Key, const openfluid::ware::WareParamValue_t &Value)
Definition: WareSetDescriptor.hpp:95
std::map< WareParamKey_t, WareParamValue_t > WareParams_t
Definition: TypeDefs.hpp:93