#include <core/IndexedValue.hpp>
◆ IndexedValue() [1/4]
openfluid::core::IndexedValue::IndexedValue |
( |
| ) |
|
|
inline |
◆ IndexedValue() [2/4]
openfluid::core::IndexedValue::IndexedValue |
( |
const IndexedValue & |
IndValue | ) |
|
|
inline |
◆ IndexedValue() [3/4]
openfluid::core::IndexedValue::IndexedValue |
( |
IndexedValue && |
IndValue | ) |
|
|
inline |
◆ IndexedValue() [4/4]
openfluid::core::IndexedValue::IndexedValue |
( |
const TimeIndex_t & |
Ind, |
|
|
const Value & |
Val |
|
) |
| |
|
inline |
Constructor from a time index and a value
◆ clear()
void openfluid::core::IndexedValue::clear |
( |
| ) |
|
|
inline |
◆ getIndex()
TimeIndex_t openfluid::core::IndexedValue::getIndex |
( |
| ) |
const |
|
inline |
Returns the time index of the indexed value
- Returns
- the time index
◆ getValue() [1/2]
Value* openfluid::core::IndexedValue::getValue |
( |
| ) |
|
|
inline |
◆ getValue() [2/2]
Value* openfluid::core::IndexedValue::getValue |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ value() [1/2]
Value* openfluid::core::IndexedValue::value |
( |
| ) |
|
|
inline |
Returns a pointer to the value of the indexed value
- Returns
- a pointer to the value
◆ value() [2/2]
Value* openfluid::core::IndexedValue::value |
( |
| ) |
const |
|
inline |
Returns a pointer to the value of the indexed value
- Returns
- a pointer to the value
◆ ValuesBuffer
The documentation for this class was generated from the following file: