
#include <fluidx/WareSetDescriptor.hpp>
Public Types | |
| typedef std::list< T * > | SetDescription_t |
Public Member Functions | |
| WareSetDescriptor () | |
| SetDescription_t & | getItems () |
| const SetDescription_t & | getItems () const |
| void | setGlobalParameter (const openfluid::ware::WareParamKey_t &Key, const openfluid::ware::WareParamValue_t &Value) |
| void | setGlobalParameters (const openfluid::ware::WareParams_t &Params) |
| openfluid::ware::WareParams_t | getGlobalParameters () |
| void | eraseGlobalParameter (const openfluid::ware::WareParamKey_t &Key) |
| void | appendItem (T *Item) |
| typedef std::list<T*> openfluid::fluidx::WareSetDescriptor< T >::SetDescription_t |
| openfluid::fluidx::WareSetDescriptor< T >::WareSetDescriptor | ( | ) | [inline] |
| void openfluid::fluidx::WareSetDescriptor< T >::appendItem | ( | T * | Item | ) | [inline] |
| void openfluid::fluidx::WareSetDescriptor< T >::eraseGlobalParameter | ( | const openfluid::ware::WareParamKey_t & | Key | ) | [inline] |
| openfluid::ware::WareParams_t openfluid::fluidx::WareSetDescriptor< T >::getGlobalParameters | ( | ) | [inline] |
| SetDescription_t& openfluid::fluidx::WareSetDescriptor< T >::getItems | ( | ) | [inline] |
| const SetDescription_t& openfluid::fluidx::WareSetDescriptor< T >::getItems | ( | ) | const [inline] |
| void openfluid::fluidx::WareSetDescriptor< T >::setGlobalParameter | ( | const openfluid::ware::WareParamKey_t & | Key, |
| const openfluid::ware::WareParamValue_t & | Value | ||
| ) | [inline] |
| void openfluid::fluidx::WareSetDescriptor< T >::setGlobalParameters | ( | const openfluid::ware::WareParams_t & | Params | ) | [inline] |
1.7.6.1