openfluid::core::InputData< T > Class Template Reference

List of all members.

Public Member Functions

 InputData ()
 ~InputData ()
bool setValue (const InputDataName_t aName, const T aValue)
bool getValue (const InputDataName_t aName, T *aValue)
bool getValueAsDouble (const InputDataName_t aName, double *aValue)
bool getValueAsLong (const InputDataName_t aName, long *aValue)
bool isDataExist (const InputDataName_t aName) const
std::vector< InputDataName_tgetInputDataNames () const

template<class T>
class openfluid::core::InputData< T >


Constructor & Destructor Documentation

template<class T >
openfluid::core::InputData< T >::InputData (  )  [inline]
template<class T >
openfluid::core::InputData< T >::~InputData (  )  [inline]

Member Function Documentation

template<class T >
std::vector< InputDataName_t > openfluid::core::InputData< T >::getInputDataNames (  )  const [inline]
template<class T>
bool openfluid::core::InputData< T >::getValue ( const InputDataName_t  aName,
T *  aValue 
) [inline]
template<class T >
bool openfluid::core::InputData< T >::getValueAsDouble ( const InputDataName_t  aName,
double *  aValue 
) [inline]
template<class T >
bool openfluid::core::InputData< T >::getValueAsLong ( const InputDataName_t  aName,
long *  aValue 
) [inline]
template<class T >
bool openfluid::core::InputData< T >::isDataExist ( const InputDataName_t  aName  )  const [inline]
template<class T>
bool openfluid::core::InputData< T >::setValue ( const InputDataName_t  aName,
const T  aValue 
) [inline]

Generated using Doxygen 1.6.3
Creative Commons License Creative Commons By-NC-ND license