38 #ifndef __OPENFLUID_CORE_VALUESBUFFER_HPP__ 39 #define __OPENFLUID_CORE_VALUESBUFFER_HPP__ 69 Value* currentValue()
const;
73 bool isValueExist(
const TimeIndex_t& anIndex)
const;
75 bool getCurrentValue(
Value* aValue)
const;
77 bool getLatestIndexedValue(
IndexedValue& IndValue)
const;
86 bool modifyCurrentValue(
const Value& aValue);
90 unsigned int getValuesCount()
const;
92 void displayStatus(std::ostream& OStream)
const;
94 void displayContent(std::ostream& OStream)
const;
Definition: ValuesBufferProperties.hpp:48
std::list< IndexedValue > IndexedValueList
Definition: IndexedValue.hpp:133
Definition: IndexedValue.hpp:55
Definition: ValuesBuffer.hpp:50
#define OPENFLUID_API
Definition: dllexport.hpp:87
unsigned long long TimeIndex_t
Definition: DateTime.hpp:62
Definition: ApplicationException.hpp:47