olp-cpp-sdk
1.22.0
|
Represents the index layer of the integer type. More...
#include <Index.h>
Public Member Functions | |
IntIndexValue (int64_t intValue, IndexType type) | |
Creates the IntIndexValue instance. More... | |
const int64_t & | GetValue () const |
Gets the integer value of the index layer. More... | |
int64_t & | GetMutableValue () |
Gets a mutable reference to the integer value of the index layer. More... | |
void | SetValue (const int64_t &value) |
Sets the integer value. More... | |
![]() | |
IndexValue (IndexType type) | |
Creates the IndexValue instance. More... | |
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. More... | |
Represents the index layer of the integer type.
|
inline |
Creates the IntIndexValue
instance.
intValue | The integer value. |
type | The IndexType instance. |
|
inline |
Gets a mutable reference to the integer value of the index layer.
|
inline |
Gets the integer value of the index layer.
|
inline |
Sets the integer value.
value | The integer value. |