Public Types | Public Member Functions | List of all members
openfluid::fluidx::WareSetDescriptor< T > Class Template Reference

#include <fluidx/WareSetDescriptor.hpp>

Public Types

typedef std::list< T * > SetDescription_t
 

Public Member Functions

 WareSetDescriptor ()
 
SetDescription_titems ()
 
const SetDescription_titems () 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 () const
 
void eraseGlobalParameter (const openfluid::ware::WareParamKey_t &Key)
 
void appendItem (T *Item)
 

Member Typedef Documentation

template<class T>
typedef std::list<T*> openfluid::fluidx::WareSetDescriptor< T >::SetDescription_t

Constructor & Destructor Documentation

template<class T>
openfluid::fluidx::WareSetDescriptor< T >::WareSetDescriptor ( )
inline

Member Function Documentation

template<class T>
void openfluid::fluidx::WareSetDescriptor< T >::appendItem ( T *  Item)
inline
template<class T>
void openfluid::fluidx::WareSetDescriptor< T >::eraseGlobalParameter ( const openfluid::ware::WareParamKey_t Key)
inline
template<class T>
openfluid::ware::WareParams_t openfluid::fluidx::WareSetDescriptor< T >::getGlobalParameters ( ) const
inline
template<class T>
SetDescription_t& openfluid::fluidx::WareSetDescriptor< T >::items ( )
inline
template<class T>
const SetDescription_t& openfluid::fluidx::WareSetDescriptor< T >::items ( ) const
inline
template<class T>
void openfluid::fluidx::WareSetDescriptor< T >::setGlobalParameter ( const openfluid::ware::WareParamKey_t Key,
const openfluid::ware::WareParamValue_t Value 
)
inline
template<class T>
void openfluid::fluidx::WareSetDescriptor< T >::setGlobalParameters ( const openfluid::ware::WareParams_t Params)
inline

The documentation for this class was generated from the following file: