Represents the index layer of the integer type.
More...
#include <Index.h>
|
| | IntIndexValue (int64_t intValue, IndexType type) |
| | Creates the IntIndexValue instance.
|
| |
| const int64_t & | GetValue () const |
| | Gets the integer value of the index layer.
|
| |
| int64_t & | GetMutableValue () |
| | Gets a mutable reference to the integer value of the index layer.
|
| |
| void | SetValue (const int64_t &value) |
| | Sets the integer 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 integer type.
◆ IntIndexValue()
| olp::dataservice::write::model::IntIndexValue::IntIndexValue |
( |
int64_t |
intValue, |
|
|
IndexType |
type |
|
) |
| |
|
inline |
Creates the IntIndexValue instance.
- Parameters
-
| intValue | The integer value. |
| type | The IndexType instance. |
◆ GetMutableValue()
| int64_t & olp::dataservice::write::model::IntIndexValue::GetMutableValue |
( |
| ) |
|
|
inline |
Gets a mutable reference to the integer value of the index layer.
- Returns
- The mutable reference to the integer value.
◆ GetValue()
| const int64_t & olp::dataservice::write::model::IntIndexValue::GetValue |
( |
| ) |
const |
|
inline |
Gets the integer value of the index layer.
- Returns
- The integer value.
◆ SetValue()
| void olp::dataservice::write::model::IntIndexValue::SetValue |
( |
const int64_t & |
value | ) |
|
|
inline |
Sets the integer value.
- Parameters
-
The documentation for this class was generated from the following file:
- olp-cpp-sdk-dataservice-write/include/olp/dataservice/write/generated/model/Index.h