#include <core/ValuesBuffer.hpp>
◆ ValuesBuffer()
openfluid::core::ValuesBuffer::ValuesBuffer |
( |
| ) |
|
◆ ~ValuesBuffer()
openfluid::core::ValuesBuffer::~ValuesBuffer |
( |
| ) |
|
◆ appendValue()
bool openfluid::core::ValuesBuffer::appendValue |
( |
const TimeIndex_t & |
anIndex, |
|
|
const Value & |
aValue |
|
) |
| |
◆ currentValue()
Value* openfluid::core::ValuesBuffer::currentValue |
( |
| ) |
const |
◆ displayContent()
void openfluid::core::ValuesBuffer::displayContent |
( |
std::ostream & |
OStream | ) |
const |
◆ displayStatus()
void openfluid::core::ValuesBuffer::displayStatus |
( |
std::ostream & |
OStream | ) |
const |
◆ getCurrentIndex()
TimeIndex_t openfluid::core::ValuesBuffer::getCurrentIndex |
( |
| ) |
const |
◆ getCurrentValue()
bool openfluid::core::ValuesBuffer::getCurrentValue |
( |
Value * |
aValue | ) |
const |
◆ getIndexedValues()
◆ getLatestIndexedValue()
bool openfluid::core::ValuesBuffer::getLatestIndexedValue |
( |
IndexedValue & |
IndValue | ) |
const |
◆ getLatestIndexedValues()
◆ getValue()
bool openfluid::core::ValuesBuffer::getValue |
( |
const TimeIndex_t & |
anIndex, |
|
|
Value * |
aValue |
|
) |
| const |
◆ getValuesCount()
unsigned int openfluid::core::ValuesBuffer::getValuesCount |
( |
| ) |
const |
◆ isValueExist()
bool openfluid::core::ValuesBuffer::isValueExist |
( |
const TimeIndex_t & |
anIndex | ) |
const |
◆ modifyCurrentValue()
bool openfluid::core::ValuesBuffer::modifyCurrentValue |
( |
const Value & |
aValue | ) |
|
◆ modifyValue()
bool openfluid::core::ValuesBuffer::modifyValue |
( |
const TimeIndex_t & |
anIndex, |
|
|
const Value & |
aValue |
|
) |
| |
◆ value()
Value* openfluid::core::ValuesBuffer::value |
( |
const TimeIndex_t & |
anIndex | ) |
const |
The documentation for this class was generated from the following file: