Represents the index layer of the time window type.
More...
#include <Index.h>
|
| | TimeWindowIndexValue (int64_t timeWindowValue, IndexType type) |
| | Creates the TimeWindowIndexValue instance.
|
| |
| const int64_t & | GetValue () const |
| | Gets the time vindow value of the index layer.
|
| |
| int64_t & | GetMutableValue () |
| | Gets a mutable reference to the time window value of the index layer.
|
| |
| void | SetValue (const int64_t &value) |
| | Sets the time window value.
|
| |
| | IndexValue (IndexType type) |
| | Creates the IndexValue instance.
|
| |
|
| IndexValue (const IndexValue &)=default |
| | A default copy constructor.
|
| |
|
| IndexValue (IndexValue &&)=default |
| | A default move constructor.
|
| |
|
IndexValue & | operator= (IndexValue &&)=default |
| | A default move assignment operator.
|
| |
|
IndexValue & | operator= (const IndexValue &)=default |
| | A default copy assignment operator.
|
| |
|
virtual | ~IndexValue ()=default |
| | A default virtual destructor.
|
| |
| IndexType | getIndexType () const |
| | Gets the index value type.
|
| |
Represents the index layer of the time window type.
◆ TimeWindowIndexValue()
| olp::dataservice::write::model::TimeWindowIndexValue::TimeWindowIndexValue |
( |
int64_t |
timeWindowValue, |
|
|
IndexType |
type |
|
) |
| |
|
inline |
Creates the TimeWindowIndexValue instance.
- Parameters
-
| timeWindowValue | The time window value. |
| type | The IndexType instance. |
◆ GetMutableValue()
| int64_t & olp::dataservice::write::model::TimeWindowIndexValue::GetMutableValue |
( |
| ) |
|
|
inline |
Gets a mutable reference to the time window value of the index layer.
- Returns
- The mutable reference to the time window value.
◆ GetValue()
| const int64_t & olp::dataservice::write::model::TimeWindowIndexValue::GetValue |
( |
| ) |
const |
|
inline |
Gets the time vindow value of the index layer.
- Returns
- The time window value.
◆ SetValue()
| void olp::dataservice::write::model::TimeWindowIndexValue::SetValue |
( |
const int64_t & |
value | ) |
|
|
inline |
Sets the time window value.
- Parameters
-
| value | The time window value. |
The documentation for this class was generated from the following file:
- olp-cpp-sdk-dataservice-write/include/olp/dataservice/write/generated/model/Index.h