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

Inheritance diagram for openfluid::core::ValuesBuffer< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ValuesBuffer ()
 ~ValuesBuffer ()
bool getValue (const unsigned int StepNbr, T *Value) const
bool getCurrentValue (T *Value) const
bool modifyValue (const unsigned int StepNbr, T Value)
bool appendValue (const T Value)
unsigned int getNextStep () const
void displayStatus (std::ostream &OStream)

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


Constructor & Destructor Documentation

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

Member Function Documentation

template<class T>
bool openfluid::core::ValuesBuffer< T >::appendValue ( const T  Value  )  [inline]
template<class T >
void openfluid::core::ValuesBuffer< T >::displayStatus ( std::ostream &  OStream  )  [inline]
template<class T>
bool openfluid::core::ValuesBuffer< T >::getCurrentValue ( T *  Value  )  const [inline]
template<class T >
unsigned int openfluid::core::ValuesBuffer< T >::getNextStep (  )  const [inline]
template<class T>
bool openfluid::core::ValuesBuffer< T >::getValue ( const unsigned int  StepNbr,
T *  Value 
) const [inline]
template<class T>
bool openfluid::core::ValuesBuffer< T >::modifyValue ( const unsigned int  StepNbr,
Value 
) [inline]

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